修复tuxi技能没使用game.delay的bug
This commit is contained in:
parent
5bdafa9de2
commit
7119537772
|
@ -484,7 +484,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
player.logSkill('tuxi',targets);
|
||||
await player.promises.gainMultiple(targets);
|
||||
trigger.changeToZero();
|
||||
game.delay();
|
||||
await game.asyncDelay();
|
||||
},
|
||||
ai:{
|
||||
threaten:2,
|
||||
|
|
Loading…
Reference in New Issue