Commit f1447478 authored by dest's avatar dest Committed by DailyShana

fix Ignition Phoenix (#555)

parent bf91b8d1
......@@ -29,7 +29,7 @@ function c79555535.initial_effect(c)
c:RegisterEffect(e4)
end
function c79555535.desfilter(c)
return c:IsSetCard(0xc8)
return c:IsFaceup() and c:IsSetCard(0xc8)
end
function c79555535.thfilter(c)
return c:IsSetCard(0xc8) and c:IsAbleToHand()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment