forked from devsam/core
위압 사기버그 수정
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user