전멸시마다 저격 가능
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user