v1.9.92.1(Part 1)

This commit is contained in:
Spmario233 2019-08-23 22:59:57 +08:00 committed by GitHub
parent da9d44e2af
commit a51ee6c5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
else{ else{
var next=target.chooseToRespond({name:'shan'}); var next=target.chooseToRespond({name:'shan'});
if(event.shanRequired>1){ if(event.shanRequired>1){
next.set('prompt2','(共需打出'+event.shanRequired+'闪)'); next.set('prompt2','(共需打出'+event.shanRequired+'闪)');
} }
next.set('ai',function(card){ next.set('ai',function(card){
var target=_status.event.player; var target=_status.event.player;