fix: 방어력 증가 세팅이 잘못됨.
This commit is contained in:
@@ -12,7 +12,7 @@ class che_방어력증가5p extends BaseWarUnitTrigger{
|
||||
protected $priority = ObjectTrigger::PRIORITY_FINAL; //최후미
|
||||
|
||||
protected function actionWar(WarUnit $self, WarUnit $oppose, array &$selfEnv, array &$opposeEnv):bool{
|
||||
if($self->isAttacker()){
|
||||
if(!$self->isAttacker()){
|
||||
$oppose->multiplyWarPowerMultiply(1/1.05);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user