Skip to content

Commit 6d63a3a

Browse files
Update src/card_draw.lua
Co-authored-by: WilsontheWolf <git@shorty.systems>
1 parent 81b831f commit 6d63a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/card_draw.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ SMODS.DrawStep {
250250
order = 30,
251251
func = function(self, layer)
252252
if not self.vortex and self.sprite_facing == 'front' then
253-
local seal = G.P_SEALS[self.seal or {}] or {}
253+
local seal = G.P_SEALS[self.seal] or {}
254254
if type(seal.draw) == 'function' then
255255
seal:draw(self, layer)
256256
elseif self.seal then

0 commit comments

Comments
 (0)