fix: 방어력 증가 세팅이 잘못됨.

This commit is contained in:
2021-11-17 23:08:57 +09:00
parent 06e314d301
commit 5a4552aaff
@@ -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);
}