This commit is contained in:
copcap 2024-02-18 17:31:56 +08:00
parent d7506afb4c
commit a9e1088c60
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
if(!player.hasSkill('qice')){
player.addTempSkills('qice','roundStart');
player.popup('奇策');
game.log(player,'获得了技能','#g【奇策】');
// game.log(player,'获得了技能','#g【奇策】');
}
event.goto(2);
}