feat,game: 반계불가 처리 추가, 반계불가 유니크 추가

This commit is contained in:
2022-02-20 03:16:46 +09:00
parent 484d939cea
commit 3a68cf07b3
2 changed files with 26 additions and 0 deletions
@@ -22,6 +22,9 @@ class che_반계시도 extends BaseWarUnitTrigger{
if(!$oppose->hasActivatedSkill('계략')){
return true;
}
if($self->hasActivatedSkill('반계불가')){
return true;
}
if(!Util::randBool($this->prob)){
return true;