This commit is contained in:
Emik 2026-05-26 15:00:25 +02:00
parent 3b50fb132b
commit 3d0c355540
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.6.13" "version": "1.6.14"
} }

View file

@ -42,7 +42,7 @@ SMODS.Voucher {
atlas = "janetokenvoucher", atlas = "janetokenvoucher",
loc_txt = { loc_txt = {
name = "Token Voucher", name = "Token Voucher",
text = {"{C:attention}Token {} cards appear", "can appear", "in the shop"}, text = {"{C:attention}Tokens {}can appear", "in the shop"},
}, },
pos = {x = 0, y = 0}, pos = {x = 0, y = 0},
cost = 10, cost = 10,
@ -56,7 +56,7 @@ SMODS.Voucher {
atlas = "janetokenvoucherplus", atlas = "janetokenvoucherplus",
loc_txt = { loc_txt = {
name = "Token Voucher+", name = "Token Voucher+",
text = {"{C:attention}Token {}cards appear", "{C:attention}3X {}more frequently", "in the shop"}, text = {"{C:attention}Tokens {}appear {C:attention}3X", "more frequently", "in the shop"},
}, },
requires = {"v_jane_token_voucher"}, requires = {"v_jane_token_voucher"},
pos = {x = 0, y = 0}, pos = {x = 0, y = 0},