fix: 선제 사격에 저격을 쓰지 못하게 해야함

This commit is contained in:
2023-01-28 02:56:35 +09:00
parent f2d0020d92
commit 8ae0323dcc
@@ -30,6 +30,9 @@ class che_저격시도 extends BaseWarUnitTrigger{
if($self->getPhase() !== 0 && $oppose->getPhase() !== 0){
return true;
}
if($oppose->getPhase() < 0){
return true;
}
if($self->hasActivatedSkill('저격')){
return true;
}