Merge pull request #1436 from VanJohnPK/dev

修复国战荀攸奇策语音失效问题
This commit is contained in:
Spmario233 2024-06-04 19:33:50 +08:00 committed by GitHub
commit 164bde8aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19189,7 +19189,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
gzqice: {
enable: "phaseUse",
usable: 1,
audio: "qice_backup",
audio: "qice",
filter: function (event, player) {
var hs = player.getCards("h");
if (!hs.length) return false;
@ -19273,7 +19273,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
backup: function (links, player) {
return {
filterCard: true,
audio: "qice_backup",
audio: "qice",
selectCard: -1,
position: "h",
selectTarget: function () {