diff --git a/manifest.json b/manifest.json index 9515bc0..1d63955 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.6.13" + "version": "1.6.14" } \ No newline at end of file diff --git a/src/voucher.lua b/src/voucher.lua index 9e9b317..6dd61ed 100644 --- a/src/voucher.lua +++ b/src/voucher.lua @@ -42,7 +42,7 @@ SMODS.Voucher { atlas = "janetokenvoucher", loc_txt = { 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}, cost = 10, @@ -56,7 +56,7 @@ SMODS.Voucher { atlas = "janetokenvoucherplus", loc_txt = { 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"}, pos = {x = 0, y = 0},