Skip to content

Commit 452fb7b

Browse files
committed
fixing weird variable stuff
1 parent 437d7ae commit 452fb7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

localization/default.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ return {
12111211
j_aij_fou_du_roi = {
12121212
name = "Fou du Roi",
12131213
text = {
1214-
'{C:green}#1# in #2#{} chance to create a',
1214+
'{C:green}#2# in #1#{} chance to create a',
12151215
'{C:tarot}Tarot{} card if played hand',
12161216
'contains a {C:attention}King{} or {C:attention}Queen',
12171217
'{C:inactive}(Must have room)'
@@ -1320,7 +1320,7 @@ return {
13201320
text = {
13211321
"Removes {C:dark_edition}Negative{} from",
13221322
"played cards. For each,",
1323-
"{C:green}#1# in #2#{} chance this Joker",
1323+
"{C:green}#2# in #1#{} chance this Joker",
13241324
"gains {C:attention}+#3# hand size",
13251325
"{C:inactive}(Currently {C:attention}+#4#{C:inactive} hand size)"
13261326
}
@@ -1768,8 +1768,8 @@ return {
17681768
name = "Bingo Card",
17691769
text = {
17701770
"Scoring {C:attention}lucky{} cards have a",
1771-
"{C:green}#1# in #2#{} chance for {X:mult,C:white}X#5#{} Mult",
1772-
"and a {C:green}#3# in #4#{} chance to",
1771+
"{C:green}#1# in #2#{} chance for {X:mult,C:white}X#4#{} Mult",
1772+
"and a {C:green}#1# in #3#{} chance to",
17731773
"retrigger"
17741774
}
17751775
},

0 commit comments

Comments
 (0)