You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# warning: this also patches a lot of extra stuff, but that shouldn't matter
226
-
# since you shouldn't be able to access them outside of the collection anyway
227
-
[[patches]]
228
-
[patches.pattern]
229
-
target = "card.lua"
230
-
pattern = "if self.debuff then"
231
-
position = "at"
232
-
payload = "if self.debuff or cry_get_gameset(self) == 'disabled' or (self.config.center.gameset_config and self.config.center.gameset_config[cry_get_gameset(self)] and self.config.center.gameset_config[cry_get_gameset(self)].disabled) or (self.config.center.cry_disabled and not self.gameset_select) then"
Copy file name to clipboardExpand all lines: lovely/lib_misc.toml
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -79,16 +79,6 @@ end
79
79
'''
80
80
match_indent = true
81
81
82
-
# If your exotic sprites are getting screwed up, this is probably why
83
-
# This really needs to be turned into a regex patch
84
-
[[patches]]
85
-
[patches.pattern]
86
-
target = "card.lua"
87
-
pattern = '''if not v.custom_draw and k ~= 'focused_ui' and k ~= "front" and k ~= "back" and k ~= "soul_parts" and k ~= "center" and k ~= 'floating_sprite' and k~= "shadow" and k~= "use_button" and k ~= 'buy_button' and k ~= 'buy_and_use_button' and k~= "debuff" and k ~= 'price' and k~= 'particles' and k ~= 'h_popup' then v:draw() end'''
88
-
position = "at"
89
-
payload = '''if not v.custom_draw and k ~= 'focused_ui' and k ~= "front" and k ~= "back" and k ~= "soul_parts" and k ~= "center" and k ~= 'floating_sprite' and k ~= 'floating_sprite2' and k~= "shadow" and k~= "use_button" and k ~= 'buy_button' and k ~= 'buy_and_use_button' and k~= "debuff" and k ~= 'price' and k~= 'particles' and k ~= 'h_popup' then v:draw() end'''
0 commit comments