Skip to content

Commit 5004d79

Browse files
this isn't needed anymore
1 parent c58ad84 commit 5004d79

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lib/overrides.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,15 +2308,6 @@ function SMODS.calculate_round_score(flames)
23082308
return smods_calculate_round_score_stuff(flames)
23092309
end
23102310

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-
23202311
local smods_shatters_ref = SMODS.shatters
23212312
function SMODS.shatters(card)
23222313
return card.cry_glass_trigger or smods_shatters_ref(card)

0 commit comments

Comments
 (0)