Skip to content

Commit 575ecbd

Browse files
committed
changed eternal compatibility to true
1 parent 2a416ba commit 575ecbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/m.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ local bubblem = {
100100
config = { extra = { spawn = false, type = "Three of a Kind" } },
101101
rarity = 1,
102102
cost = 2,
103-
eternal_compat = false,
103+
eternal_compat = true,
104104
immutable = true,
105105
loc_vars = function(self, info_queue, center)
106106
info_queue[#info_queue + 1] = G.P_CENTERS.j_jolly

0 commit comments

Comments
 (0)