차병은 성벽 전투시 부상을 입지 않음

This commit is contained in:
2018-09-19 00:39:15 +09:00
parent 5ca043e0f1
commit 4dc7776387
+7
View File
@@ -355,6 +355,13 @@ class WarUnitGeneral extends WarUnit{
$specialWar = $this->getSpecialWar();
if(
$this->getCrewType()->armType == GameUnitConst::T_SIEGE &&
$oppose->getCrewType()->armType == GameUnitConst::T_CASTLE
){
$this->activateSkill('부상무효');
}
if($specialWar == 62){
$oppose->activateSkill('저격불가');
$this->activateSkill('부상무효');