We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b831f commit 6d63a3aCopy full SHA for 6d63a3a
src/card_draw.lua
@@ -250,7 +250,7 @@ SMODS.DrawStep {
250
order = 30,
251
func = function(self, layer)
252
if not self.vortex and self.sprite_facing == 'front' then
253
- local seal = G.P_SEALS[self.seal or {}] or {}
+ local seal = G.P_SEALS[self.seal] or {}
254
if type(seal.draw) == 'function' then
255
seal:draw(self, layer)
256
elseif self.seal then
0 commit comments