회피 필살 중첩 가능

This commit is contained in:
2020-07-24 14:19:05 +09:00
parent d6ab066152
commit e8d94fd116
3 changed files with 3 additions and 3 deletions
@@ -31,6 +31,6 @@ class che_저지발동 extends BaseWarUnitTrigger{
$self->setWarPowerMultiply(0);
$oppose->setWarPowerMultiply(0);
return false; //저지는 모든 특수 이벤트를 중지시킨다.
return false; //저지는 모든 이벤트를 중지시킨다.
}
}