회피 필살 중첩 가능
This commit is contained in:
@@ -31,6 +31,6 @@ class che_저지발동 extends BaseWarUnitTrigger{
|
||||
$self->setWarPowerMultiply(0);
|
||||
$oppose->setWarPowerMultiply(0);
|
||||
|
||||
return false; //저지는 모든 특수 이벤트를 중지시킨다.
|
||||
return false; //저지는 모든 이벤트를 중지시킨다.
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,7 @@ class che_필살시도 extends BaseWarUnitTrigger{
|
||||
return true;
|
||||
}
|
||||
|
||||
$self->activateSkill('특수', '필살시도', '필살');
|
||||
$self->activateSkill('필살시도', '필살');
|
||||
|
||||
|
||||
return true;
|
||||
|
||||
@@ -26,7 +26,7 @@ class che_회피시도 extends BaseWarUnitTrigger{
|
||||
return true;
|
||||
}
|
||||
|
||||
$self->activateSkill('특수', '회피시도', '회피');
|
||||
$self->activateSkill('회피시도', '회피');
|
||||
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user