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
Copy file name to clipboardExpand all lines: lovely/core.toml
-69Lines changed: 0 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -1820,72 +1820,3 @@ elseif G.GAME.round_resets.blind == G.P_BLINDS.bl_big then
1820
1820
elseif G.GAME.blind_on_deck ~= "Red" then
1821
1821
'''
1822
1822
match_indent = true
1823
-
1824
-
[[patches]]
1825
-
[patches.pattern]
1826
-
target = 'card.lua'
1827
-
pattern = '''
1828
-
self.children.back.VT.w = 0
1829
-
'''
1830
-
position = 'before'
1831
-
payload = '''
1832
-
if not self.children.center then
1833
-
if center and center.set then
1834
-
local _center = center
1835
-
if self.children.center then
1836
-
self.children.center.atlas = G.ASSET_ATLAS[(_center.atlas or (_center.set == 'Joker' or _center.consumeable or _center.set == 'Voucher') and _center.set) or 'centers']
1837
-
self.children.center:set_sprite_pos(_center.pos)
1838
-
else
1839
-
if _center.set == 'Joker' and not _center.unlocked and not self.params.bypass_discovery_center then
elseif not self.params.bypass_discovery_center and (_center.set == 'Edition' or _center.set == 'Joker' or _center.consumeable or _center.set == 'Voucher' or _center.set == 'Booster') and not _center.discovered then
1846
-
self.children.center = Sprite(self.T.x, self.T.y, self.T.w, self.T.h, G.ASSET_ATLAS[_center.atlas or _center.set],
1847
-
(_center.set == 'Joker' and G.j_undiscovered.pos) or
1848
-
(_center.set == 'Edition' and G.j_undiscovered.pos) or
1849
-
(_center.set == 'Tarot' and G.t_undiscovered.pos) or
1850
-
(_center.set == 'Planet' and G.p_undiscovered.pos) or
1851
-
(_center.set == 'Spectral' and G.s_undiscovered.pos) or
1852
-
(_center.set == 'Voucher' and G.v_undiscovered.pos) or
1853
-
(_center.set == 'Booster' and G.booster_undiscovered.pos))
1854
-
elseif _center.set == 'Joker' or _center.consumeable or _center.set == 'Voucher' then
self.children.back = Sprite(self.T.x, self.T.y, self.T.w, self.T.h, G.ASSET_ATLAS["centers"], self.params.bypass_back or (self.playing_card and G.GAME[self.back].pos or G.P_CENTERS['b_red'].pos))
0 commit comments