Skip to content

Commit 445f3cb

Browse files
authored
fix vouchers on misprint deck
1 parent 74c131d commit 445f3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lovely/misprint.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ match_indent = true
8080
# Vouchers
8181
[[patches]]
8282
[patches.pattern]
83-
target = "game.lua"
83+
target = '''=[SMODS _ "src/utils.lua"]'''
8484
pattern = "create_shop_card_ui(card, 'Voucher', G.shop_vouchers)"
8585
position = "before"
8686
payload = '''
@@ -501,4 +501,4 @@ position = "at"
501501
payload = '''
502502
v_planet_tycoon= {order = 20, discovered = false, unlocked = false, available = true,cost = 10, name = "Planet Tycoon", pos = {x=2,y=1}, set = "Voucher", config = {extra = 32/9.6, extra_disp = 4}, requires = {'v_planet_merchant'},unlock_condition = {type = 'c_planets_bought', extra = 50}},
503503
'''
504-
match_indent = true
504+
match_indent = true

0 commit comments

Comments
 (0)