Commit fdda2354 authored by Mr.Tan's avatar Mr.Tan

Fix 黒魔導のカーテン

parent 9c85ad8c
Pipeline #43512 failed with stages
in 2 minutes and 1 second
......@@ -25,7 +25,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
return b1 or b2
end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 end
end
function s.thfilter(c)
return not c:IsCode(id) and aux.IsCodeListed(c,46986414) and c:IsType(TYPE_SPELL+TYPE_TRAP) 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