Skip to content

Commit cdb9f8f

Browse files
committed
ccd indicator cardsleeves fix
1 parent 641c3ed commit cdb9f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ SMODS.DrawStep({
235235
order = -5,
236236
func = function(self)
237237
local card_type = self.ability.set or "None"
238-
if card_type ~= "Default" and card_type ~= "Enhanced" and self.playing_card then
238+
if card_type ~= "Default" and card_type ~= "Enhanced" and self.playing_card and self.facing == "front" then
239239
interceptorSprite = interceptorSprite
240240
or Sprite(0, 0, G.CARD_W, G.CARD_H, G.ASSET_ATLAS["cry_clarifier"], { x = 0, y = 0 })
241241
interceptorSprite.role.draw_major = self

0 commit comments

Comments
 (0)