위압 사기버그 수정
This commit is contained in:
@@ -20,7 +20,9 @@ class che_위압발동 extends BaseWarUnitTrigger{
|
|||||||
$oppose->getLogger()->pushGeneralBattleDetailLog('상대에게 <R>위압</>받았다!</>', ActionLogger::PLAIN);
|
$oppose->getLogger()->pushGeneralBattleDetailLog('상대에게 <R>위압</>받았다!</>', ActionLogger::PLAIN);
|
||||||
$self->getLogger()->pushGeneralBattleDetailLog('상대에게 <C>위압</>을 줬다!</>', ActionLogger::PLAIN);
|
$self->getLogger()->pushGeneralBattleDetailLog('상대에게 <C>위압</>을 줬다!</>', ActionLogger::PLAIN);
|
||||||
$oppose->setWarPowerMultiply(0);
|
$oppose->setWarPowerMultiply(0);
|
||||||
|
if($oppose instanceof WarUnitGeneral){
|
||||||
$oppose->increaseVarWithLimit('atmos', -5, 40);
|
$oppose->increaseVarWithLimit('atmos', -5, 40);
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user