revert something

This commit is contained in:
lieren2023 2024-05-01 19:16:19 +08:00 committed by GitHub
parent 9d0d1e8af8
commit c6611e8e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -917,7 +917,6 @@ game.import("character", function () {
}, },
}, },
kuangchan: { kuangchan: {
locked: true,
ai: { ai: {
neg: true, neg: true,
}, },
@ -1823,9 +1822,9 @@ game.import("character", function () {
(next.complexCard = true), (next.logSkill = ["zhensha", trigger.player]); (next.complexCard = true), (next.logSkill = ["zhensha", trigger.player]);
next.selectCard = function () { next.selectCard = function () {
if (ui.selected.cards.length) { if (ui.selected.cards.length) {
if (get.color(ui.selected.cards[0]) != "black") return [1, 1]; if (ui.selected.cards[0].name == "jiu") return [1, 1];
} }
return [1, 2]; return [2, 2];
}; };
"step 1"; "step 1";
if (result.bool) { if (result.bool) {
@ -2501,7 +2500,7 @@ game.import("character", function () {
}, },
}, },
nvquan: { nvquan: {
locked: false, locked: true,
group: ["nvquan1", "nvquan2", "nvquan3"], group: ["nvquan1", "nvquan2", "nvquan3"],
}, },
nvquan1: { nvquan1: {