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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9624,14 +9624,15 @@ local pity_prize = {
9624
9624
localtag_key
9625
9625
repeat
9626
9626
tag_key=get_next_tag_key("cry_pity_prize")
9627
-
untiltag_key~="tag_boss" --I saw pickle not generating boss tags because it apparently causes issues, so I did the same here
9627
+
untiltag_key~="tag_boss" andtag_key~="tag_cry_gambler" --I saw pickle not generating boss tags because it apparently causes issues, so I did the same here
9628
9628
9629
9629
localtag=Cryptid.get_next_tag()
9630
9630
iftagthen
9631
9631
tag_key=tag
9632
9632
end
9633
9633
9634
9634
-- this is my first time seeing repeat... wtf
9635
+
-- ^^ using repeat...until in this economy? absurd!
0 commit comments