refactor: fix format

This commit is contained in:
S-N-O-R-L-A-X 2023-10-08 15:03:58 +08:00
parent cede59759f
commit fc649b94c6
1 changed files with 2 additions and 2 deletions

View File

@ -4626,8 +4626,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
forced:true,
content:function(){
var cards=player.getCards('he');
if(cards.length) player.discard(cards);
var cards=player.getCards('he');
if(cards.length) player.discard(cards);
player.loseHp();
},
},