위압 사기버그 수정

This commit is contained in:
2020-07-15 11:55:35 +09:00
parent ef15adaaf8
commit 96d108729e
@@ -20,7 +20,9 @@ class che_위압발동 extends BaseWarUnitTrigger{
$oppose->getLogger()->pushGeneralBattleDetailLog('상대에게 <R>위압</>받았다!</>', ActionLogger::PLAIN);
$self->getLogger()->pushGeneralBattleDetailLog('상대에게 <C>위압</>을 줬다!</>', ActionLogger::PLAIN);
$oppose->setWarPowerMultiply(0);
$oppose->increaseVarWithLimit('atmos', -5, 40);
if($oppose instanceof WarUnitGeneral){
$oppose->increaseVarWithLimit('atmos', -5, 40);
}
return true;
}