Commit 1605a0ce authored by dest's avatar dest Committed by mercury233

fix SPYRAL RESORT (#927)

parent 50106859
......@@ -59,7 +59,7 @@ function c54631665.mtcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end
function c54631665.cfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeckOrExtraAsCost()
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeckAsCost()
end
function c54631665.mtop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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