Fix typo
This commit is contained in:
parent
3b50fb132b
commit
73a7fa0db3
2 changed files with 3 additions and 3 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.6.13"
|
||||
"version": "1.6.14"
|
||||
}
|
||||
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue