twgongji修复
This commit is contained in:
parent
a0e8557dcd
commit
3de5122def
|
@ -8652,7 +8652,7 @@ game.import("character", function () {
|
|||
cardUsable: function (card, player) {
|
||||
if (card.name == "sha") {
|
||||
const suit = get.suit(card);
|
||||
return suit === "unsure" || player.getStorage("twgongji2").includes(suit);
|
||||
if (suit === "unsure" || player.getStorage("twgongji2").includes(suit)) return Infinity;
|
||||
}
|
||||
},
|
||||
aiOrder: function (player, card, num) {
|
||||
|
|
Loading…
Reference in New Issue