Skip to content

Commit d73c897

Browse files
cleanup
1 parent ff0016d commit d73c897

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/m.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,10 @@ local bonk = {
490490
object_type = "Joker",
491491
name = "cry-bonk",
492492
key = "bonk",
493-
pools = { ["M"] = true },
493+
pools = { ["M"] = true, ["Meme"] = true },
494494
order = 256,
495495
pos = { x = 2, y = 2 },
496496
config = { extra = { chips = 6, bonus = 1, xchips = 3, type = "Pair" } },
497-
pools = { ["Meme"] = true },
498497
loc_vars = function(self, info_queue, center)
499498
info_queue[#info_queue + 1] = G.P_CENTERS.j_jolly
500499
return {

0 commit comments

Comments
 (0)