Skip to content

Commit 4a3a6ab

Browse files
authored
leave rnjoker alone
1 parent 846020c commit 4a3a6ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

localization/en-us.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4406,25 +4406,25 @@ return {
44064406
rnj_loc_txts = {
44074407
stats = {
44084408
plus_mult = { "{C:red}+#2#{} Mult" },
4409-
plus_chips = { "{C:blue}+#2#{} Chip#<s>2#" },
4409+
plus_chips = { "{C:blue}+#2#{} Chip(s)" },
44104410
x_mult = { "{X:red,C:white} X#2#{} Mult" },
44114411
x_chips = { "{X:blue,C:white} X#2#{} Chips" },
44124412
h_size = { "{C:attention}+#2#{} Hand Size" },
44134413
money = { "{C:money}+$#2#{} at payout" },
44144414
},
44154415
stats_inactive = {
44164416
plus_mult = { "{C:inactive}(Currently {C:red}+#1#{C:inactive} Mult)" },
4417-
plus_chips = { "{C:inactive}(Currently {C:blue}+#1#{C:inactive} Chip#<s>1#)" },
4417+
plus_chips = { "{C:inactive}(Currently {C:blue}+#1#{C:inactive} Chip(s))" },
44184418
x_mult = { "{C:inactive}(Currently {X:red,C:white} X#1# {C:inactive} Mult)" },
44194419
x_chips = { "{C:inactive}(Currently {X:blue,C:white} X#1# {C:inactive} Chips)" },
44204420
h_size = { "{C:inactive}(Currently {C:attention}+#1#{C:inactive} Hand Size)" },
44214421
money = { "{C:inactive}(Currently {C:money}+$#1#{C:inactive})" },
44224422
},
44234423
actions = {
4424-
make_joker = { "Create {C:attention}#2# Joker#<s>2#{}" },
4425-
make_tarot = { "Create {C:attention}#2#{C:tarot} Tarot{} card#<s>2#" },
4426-
make_planet = { "Create {C:attention}#2#{C:planet} Planet{} card#<s>2#" },
4427-
make_spectral = { "Create {C:attention}#2#{C:spectral} Spectral{} card#<s>2#" },
4424+
make_joker = { "Create {C:attention}#2# Joker(s){}" },
4425+
make_tarot = { "Create {C:attention}#2#{C:tarot} Tarot{} card(s)" },
4426+
make_planet = { "Create {C:attention}#2#{C:planet} Planet{} card(s)" },
4427+
make_spectral = { "Create {C:attention}#2#{C:spectral} Spectral{} card(s)" },
44284428
add_dollars = { "Earn {C:money}$#2#{}" },
44294429
},
44304430
contexts = {
@@ -4477,8 +4477,8 @@ return {
44774477
poker_hand = { "if hand is a {C:attention}#3#{}" },
44784478
or_more = { "if hand contains {C:attention}#3#{} or more cards" },
44794479
or_less = { "if hand contains {C:attention}#3#{} or less cards" },
4480-
hands_left = { "if #3# {C:blue}hand#<s>3#{} remaining at end of round" },
4481-
discards_left = { "if #3# {C:red}discard#<s>3#{} remaining at end of round" },
4480+
hands_left = { "if #3# {C:blue}hand(s){} remaining at end of round" },
4481+
discards_left = { "if #3# {C:red}discard(s){} remaining at end of round" },
44824482
first_discard = { "if it's the {C:attention}first {C:attention}discard{}" },
44834483
last_discard = { "if it's the {C:attention}last {C:attention}discard{}" },
44844484
odds = { "with a {C:green}#4# {C:green}in {C:green}#3#{} chance" },

0 commit comments

Comments
 (0)