v1.9.94.2

This commit is contained in:
Spmario233 2019-10-26 20:25:56 +08:00 committed by GitHub
parent 93ff304174
commit 5cd4f0f83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1033,10 +1033,10 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
direct:true,
content:function(){
'step 0'
var skills=['tuxi','qiaobian','gzxiaoguo','gzjieyue','new_duanliang'];
var skills=['new_retuxi','qiaobian','gzxiaoguo','gzjieyue','new_duanliang'];
game.countPlayer(function(current){
if(current==player) return;
if(current.hasSkill('tuxi')) skills.remove('tuxi');
if(current.hasSkill('new_retuxi')) skills.remove('new_retuxi');
if(current.hasSkill('qiaobian')) skills.remove('qiaobian');
if(current.hasSkill('gzxiaoguo')) skills.remove('gzxiaoguo');
if(current.hasSkill('gzjieyue')) skills.remove('gzjieyue');