fix: 선제 사격에 저격을 쓰지 못하게 해야함
This commit is contained in:
@@ -30,6 +30,9 @@ class che_저격시도 extends BaseWarUnitTrigger{
|
|||||||
if($self->getPhase() !== 0 && $oppose->getPhase() !== 0){
|
if($self->getPhase() !== 0 && $oppose->getPhase() !== 0){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if($oppose->getPhase() < 0){
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if($self->hasActivatedSkill('저격')){
|
if($self->hasActivatedSkill('저격')){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user