Commit a214a452 authored by wind2009's avatar wind2009

Fix 魂宿りし暗黒騎士ガイア

parent 883c76a0
Pipeline #34403 passed with stages
in 1 minute and 57 seconds
......@@ -71,8 +71,8 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
end
function s.costfilter(c)
return c:IsFaceup() and c:GetOriginalType()&TYPE_MONSTER==TYPE_MONSTER
and (c:IsLocation(LOCATION_MZONE) and c:IsLevelAbove(5)
or c:GetOriginalLevel()>4)
and (c:IsLevelAbove(5) and c:IsLocation(LOCATION_MZONE)
or c:GetOriginalLevel()>4 and not c:IsLocation(LOCATION_MZONE))
and c:IsAbleToGraveAsCost()
end
function s.negcost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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