Skip to content

Commit 705eb33

Browse files
committed
add missing hook
1 parent 6b64960 commit 705eb33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

items/misc/enhancements.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ local ceramic = {
213213
}
214214
}
215215

216+
local is_suitref = Card.is_suit
217+
function Card:is_suit(...)
218+
if self.config.center.key == "m_entr_ceramic" then return true end
219+
return is_suitref(self, ...)
220+
end
221+
216222
local kiln = {
217223
key = "kiln",
218224
set = "Tarot",

0 commit comments

Comments
 (0)