v1.9.96.6

This commit is contained in:
Spmario233 2019-12-25 13:19:50 +08:00 committed by GitHub
parent 1e44c31d4e
commit 897e084d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
event._result={bool:false}; event._result={bool:false};
} }
else if(event.skipShan){ else if(event.skipShan){
event._result={result:'shaned'}; event._result={bool:true,result:'shaned'};
} }
else{ else{
var next=target.chooseToUse('请使用一张闪响应杀'); var next=target.chooseToUse('请使用一张闪响应杀');