Skip to content

Commit 11668e5

Browse files
😭
-Removed eternal compat from Pizza -Removed eternal compat from Pizza Slice -Fixed PIzza and Pizza Slice not correctly saying that they are blueprint compatible
1 parent e25f091 commit 11668e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

items/misc_joker.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10438,6 +10438,8 @@ local pizza = {
1043810438
cost = 8,
1043910439
order = 141,
1044010440
demicoloncompat = true,
10441+
eternal_compat = false,
10442+
blueprint_compat = true,
1044110443
config = { extra = { rounds_needed = 3, rounds_left = 3, slices = 6 }, immutable = { max_spawn = 100 } },
1044210444
loc_vars = function(self, info_queue, card)
1044310445
info_queue[#info_queue + 1] = G.P_CENTERS.j_cry_pizza_slice
@@ -10517,6 +10519,8 @@ local pizza_slice = {
1051710519
return false
1051810520
end,
1051910521
demicoloncompat = true,
10522+
eternal_compat = false,
10523+
blueprint_compat = true,
1052010524
config = { extra = { xmult = 1, xmult_mod = 0.5 } },
1052110525
loc_vars = function(self, info_queue, card)
1052210526
return { vars = { number_format(card.ability.extra.xmult_mod), number_format(card.ability.extra.xmult) } }

0 commit comments

Comments
 (0)