getPhase() !== 0 && $oppose->getPhase() === 0){ $self->addBonusPhase(1); $self->getLogger()->pushGeneralBattleDetailLog("적군의 전멸에 진격이 이어집니다!", ActionLogger::PLAIN); $oppose->getLogger()->pushGeneralBattleDetailLog("아군의 전멸에 상대의 진격이 이어집니다!", ActionLogger::PLAIN); } return true; } }