Commit 1652a5b7 authored by wind2009's avatar wind2009

Merge branch 'patch-11' into 'master'

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

See merge request !170
parents 949a0493 b9e4c70c
...@@ -67,7 +67,7 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,7 +67,7 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.negcon(e,tp,eg,ep,ev,re,r,rp) function s.negcon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev) return re:IsActiveType(TYPE_MONSTER) and rp==1-tp and Duel.IsChainNegatable(ev)
end end
function s.costfilter(c) function s.costfilter(c)
return c:IsFaceup() and c:GetOriginalType()&TYPE_MONSTER==TYPE_MONSTER return c:IsFaceup() and c:GetOriginalType()&TYPE_MONSTER==TYPE_MONSTER
......
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