This commit is contained in:
copcap 2023-11-27 05:45:54 +08:00
parent 11f796b092
commit 834b7954e4
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 1 additions and 1 deletions

View File

@ -4047,7 +4047,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
content:function(){
'step 0'
player.recover(player.getDamagedHp(raw));
player.recover(player.getDamagedHp(true));
player.drawTo(player.maxHp);
'step 1'
var check=0;