Skip to content

Commit e37e3c0

Browse files
authored
pity prize fix
1 parent e365428 commit e37e3c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Items/MiscJokers.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6687,6 +6687,7 @@ local pity_prize = {
66876687
cost = 4,
66886688
atlas = "atlastwo",
66896689
order = 129,
6690+
blueprint_compat = true,
66906691
loc_vars = function(self, info_queue, center)
66916692
return { vars = { } }
66926693
end,
@@ -6706,6 +6707,7 @@ local pity_prize = {
67066707
tag.ability.orbital_hand = pseudorandom_element(_poker_hands, pseudoseed("cry_pity_prize"))
67076708
end
67086709
add_tag(tag)
6710+
return nil, true
67096711
end
67106712
end,
67116713
cry_credits = {

0 commit comments

Comments
 (0)