We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58ad84 commit 5004d79Copy full SHA for 5004d79
1 file changed
lib/overrides.lua
@@ -2308,15 +2308,6 @@ function SMODS.calculate_round_score(flames)
2308
return smods_calculate_round_score_stuff(flames)
2309
end
2310
2311
--- Band-aid fix, need to figure out an actual fix later
2312
-local draw_self = UIElement.draw_self
2313
-function UIElement:draw_self()
2314
- if not self.config.colour then
2315
- self.config.colour = G.C.FILTER
2316
- end
2317
- draw_self(self)
2318
-end
2319
-
2320
local smods_shatters_ref = SMODS.shatters
2321
function SMODS.shatters(card)
2322
return card.cry_glass_trigger or smods_shatters_ref(card)
0 commit comments