feat,game: 반계불가 처리 추가, 반계불가 유니크 추가
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user