fix: 약탈발동에 저격특 효과 일부 코드가 남아 있던 버그 수정

This commit is contained in:
2022-04-10 01:52:52 +09:00
parent 082f847b1f
commit 5d718bf4ea
@@ -33,9 +33,6 @@ class che_약탈발동 extends BaseWarUnitTrigger
return true;
}
$general->increaseVarWithLimit('atmos', $selfEnv['addAtmos'], 0, GameConst::$maxAtmosByWar);
$opposeGeneral = $oppose->getGeneral();
$theftGold = $opposeGeneral->getVar('gold') * $selfEnv['theftRatio'];