저격 버그 수정

This commit is contained in:
2020-04-30 16:02:46 +09:00
parent 07a1a3b469
commit 39ea45eb51
2 changed files with 12 additions and 8 deletions
@@ -30,7 +30,7 @@ class che_저격발동 extends BaseWarUnitTrigger{
$oppose->getLogger()->pushGeneralActionLog("상대에게 <R>저격</>당했다!", ActionLogger::PLAIN);
$oppose->getLogger()->pushGeneralBattleDetailLog("상대에게 <R>저격</>당했다!", ActionLogger::PLAIN);
$general->increaseVarWithLimit('atmos', 10, GameConst::$maxAtmosByWar);
$general->increaseVarWithLimit('atmos', 10, 0, GameConst::$maxAtmosByWar);
$oppose->getGeneral()->increaseVarWithLimit('injury', Util::randRangeInt($selfEnv['woundMin'], $selfEnv['woundMax']), null, 80);
$this->processConsumableItem();