删除hasZhuSkill判别

This commit is contained in:
mengxinzxz 2023-09-08 18:46:26 +08:00 committed by GitHub
parent 8d20ab0d10
commit 0a39b90ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -809,7 +809,6 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
},
element:{
player:{
hasZhuSkill:function(){return false;},
dieAfter:function(){
if(_status.mode!='normal'||_status.characterChoice[this.identity].length<=3) game.checkResult();
},