diff --git a/character/offline/skill.js b/character/offline/skill.js index b6e93ea2d..883fd8614 100644 --- a/character/offline/skill.js +++ b/character/offline/skill.js @@ -4064,8 +4064,7 @@ const skills = { "step 0"; player.give(cards, targets[0], "give"); "step 1"; - if (targets[0].canCompare(targets[1])) targets[0].chooseToCompare(targets[1]); - else event.finish(); + targets[0].chooseToCompare(targets[1]); "step 2"; if (result.bool) { targets[1].loseHp(); @@ -7053,7 +7052,7 @@ const skills = { }, }, shichou: { - //audio:1, + audio: 1, skillAnimation: true, animationColor: "orange", unique: true, diff --git a/character/offline/voices.js b/character/offline/voices.js index d52acdd9a..e5d3e8728 100644 --- a/character/offline/voices.js +++ b/character/offline/voices.js @@ -47,8 +47,7 @@ export default { "#yj_liru:die": "如遇明主,大业必成……", "#zhaolie1": "不灭东吴,誓不归蜀!", "#zhaolie2": "汝等勿劝,此战势在必行!", - "#shichou1": "尔等叛贼,害我兄弟,饶不得汝!", - "#shichou2": "尔等叛贼,害我兄弟,饶不得汝!", + "#shichou": "尔等叛贼,害我兄弟,饶不得汝!", "#dahe": "燕人张飞在此!", "#fenyong1": "放手一搏吧!", "#fenyong2": "壮情豪胆,小伤何惧!",