Skip to content

Commit 7013e70

Browse files
description fix
1 parent 38fb968 commit 7013e70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

items/misc_joker.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5222,6 +5222,13 @@ local wtf = {
52225222
},
52235223
}
52245224
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,
52255232
atlas = "atlasthree",
52265233
rarity = 3,
52275234
cost = 8,

localization/en-us.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2915,7 +2915,7 @@ return {
29152915
unlock = {
29162916
"Win a run with",
29172917
"your final hand being",
2918-
"a {E:1,C:attention}Clusterfuck",
2918+
"a {E:1,C:attention}#1#",
29192919
},
29202920
},
29212921
j_cry_zooble = {

0 commit comments

Comments
 (0)