전멸시마다 저격 가능

This commit is contained in:
2020-04-30 17:08:34 +09:00
parent 366cba2102
commit ff36369e57
2 changed files with 4 additions and 1 deletions
@@ -28,6 +28,9 @@ class che_저격시도 extends BaseWarUnitTrigger{
if(!$oppose instanceof WarUnitGeneral){
return true;
}
if($self->getPhase() !== 0 && $oppose->getPhase() !== 0){
return true;
}
if($self->hasActivatedSkill('저격')){
return true;
}