diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index c693386e..b9e57e7e 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -784,7 +784,7 @@ class WarUnitGeneral extends WarUnit{ $thisLogger->pushGeneralBattleDetailLog('회피했다!'); $opposeLogger->pushGeneralBattleDetailLog('상대가 회피했다!"'); - $this->multiplyWarPowerMultiply(0.2); + $oppose->multiplyWarPowerMultiply(0.2); } yield true;