Commit 46bb1217 authored by nekrozar's avatar nekrozar Committed by nanahira

fix Overtex Qoatlus (#1016)

parent 5ba8b781
......@@ -43,7 +43,7 @@ function c41782653.initial_effect(c)
c:RegisterEffect(e4)
end
function c41782653.sprfilter(c)
return c:IsFaceup() and c:IsRace(RACE_DINOSAUR) and c:IsAbleToDeckOrExtraAsCost()
return c:IsFaceup() and c:IsRace(RACE_DINOSAUR) and c:IsAbleToDeckAsCost()
end
function c41782653.sprcon(e,c)
if c==nil then return true end
......
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