diff --git a/hwe/sammo/WarUnitTrigger/che_저지발동.php b/hwe/sammo/WarUnitTrigger/che_저지발동.php index 4e3a717a..48ad3210 100644 --- a/hwe/sammo/WarUnitTrigger/che_저지발동.php +++ b/hwe/sammo/WarUnitTrigger/che_저지발동.php @@ -24,6 +24,12 @@ class che_저지발동 extends BaseWarUnitTrigger{ } $selfEnv['저지발동'] = true; + $self->addPhase(-1); + $oppose->addPhase(-1); + if($self->getPhase() < $self->getMaxPhase()){ + $oppose->addBonusPhase(-1); + } + $self->getLogger()->pushGeneralBattleDetailLog("상대를 저지했다!", ActionLogger::PLAIN); $oppose->getLogger()->pushGeneralBattleDetailLog("저지당했다!", ActionLogger::PLAIN);