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