修复拼写错误+【玄注】不转换的bug

This commit is contained in:
mengxinzxz 2024-03-07 18:16:13 +08:00
parent 2f1225b52c
commit dfa53f6b76
1 changed files with 5 additions and 2 deletions

View File

@ -775,6 +775,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
} }
}).vars({cards:cards}); }).vars({cards:cards});
}, },
onuse(result,player){
player.changeZhuanhuanji('olxuanzhu');
},
}; };
const viewAs={ const viewAs={
name:links[0][2], name:links[0][2],
@ -811,7 +814,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}, },
}, },
hiddenCard(player,name){ hiddenCard(player,name){
if(!lib.inpile.includes(name)||player.getStat('skill').olsbweilin||!player.countCards('he')) return false; if(!lib.inpile.includes(name)||player.getStat('skill').olxuanzhu||!player.countCards('he')) return false;
return get.inpileVCardList(info=>{ return get.inpileVCardList(info=>{
const name=info[2],type=get.type(name),infox=get.info({name:name}); const name=info[2],type=get.type(name),infox=get.info({name:name});
if(type!='basic'&&type!='trick') return false; if(type!='basic'&&type!='trick') return false;
@ -920,7 +923,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
wuxieEnabled:()=>false, wuxieEnabled:()=>false,
}, },
}, },
neuse:{ nouse:{
charlotte:true, charlotte:true,
mark:true, mark:true,
marktext:'<span style="text-decoration: line-through;">牌</span>', marktext:'<span style="text-decoration: line-through;">牌</span>',