This commit is contained in:
mengxinzxz 2024-01-03 20:06:43 +08:00
parent 9e29205365
commit da9010a6b2
1 changed files with 1 additions and 1 deletions

View File

@ -3143,7 +3143,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
'step 2' 'step 2'
var list=['basic','trick','equip']; var list=['basic','trick','equip'];
for(var i of list){ for(var i of list){
if(i!=event.type) player.addTempSkill('dczhanyi_'+i); if(i!=event.type) player.addTempSkill('dczhanyi_'+i,{player:'phaseBegin'});
} }
}, },
subSkill:{ subSkill:{