You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: items/misc_joker.lua
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7161,6 +7161,7 @@ local tax_fraud = {
7161
7161
}
7162
7162
},
7163
7163
}
7164
+
--TODO update desc
7164
7165
localpity_prize= {
7165
7166
object_type="Joker",
7166
7167
dependencies= {
@@ -7182,9 +7183,9 @@ local pity_prize = {
7182
7183
calculate=function(self, card, context)
7183
7184
ifcontext.skipping_boosterthen
7184
7185
localtag
7185
-
repeat
7186
+
repeat
7186
7187
tag=Tag(get_next_tag_key("cry_pity_prize"))
7187
-
untiltag.name~="Boss Tag" andtag.name~="Gambler's Tag" andtag.name~="Empowered Tag"--I saw pickle not generating boss tags because it apparently causes issues, so I did the same here
0 commit comments