We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fb968 commit 7013e70Copy full SHA for 7013e70
items/misc_joker.lua
@@ -5222,6 +5222,13 @@ local wtf = {
5222
},
5223
}
5224
end,
5225
+ locked_loc_vars = function(self, info_queue, card)
5226
+ return {
5227
+ vars = {
5228
+ localize(card.ability.extra.type, "poker_hands"),
5229
+ },
5230
+ }
5231
+ end,
5232
atlas = "atlasthree",
5233
rarity = 3,
5234
cost = 8,
localization/en-us.lua
@@ -2915,7 +2915,7 @@ return {
2915
unlock = {
2916
"Win a run with",
2917
"your final hand being",
2918
- "a {E:1,C:attention}Clusterfuck",
+ "a {E:1,C:attention}#1#",
2919
2920
2921
j_cry_zooble = {
0 commit comments