关宁【龙诵】修复

This commit is contained in:
mengxinzxz 2023-09-14 22:53:08 +08:00 committed by GitHub
parent 27c90a4ea7
commit 9cb14a702d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
var skills=player.getStorage('dclongsong_back');
for(var key of skills){
game.log(player,'恢复了技能','#g【'+get.translation(key)+'】');
delete player.storage[key];
//delete player.storage[key];
}
player.enableSkill(skill);
player.popup(skills,'thunder');