We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4052997 commit 4dd55afCopy full SHA for 4dd55af
lib/overrides.lua
@@ -191,7 +191,7 @@ function reset_castle_card()
191
G.GAME.current_round.cry_dropshot_card.suit = "Spades"
192
local valid_castle_cards = {}
193
for k, v in ipairs(G.playing_cards) do
194
- if v.ability.effect ~= "Stone Card" then
+ if not SMODS.has_no_suit(v) then
195
valid_castle_cards[#valid_castle_cards + 1] = v
196
end
197
0 commit comments