Commit 9d7361ac authored by wind2009's avatar wind2009 Committed by GitHub

Fix 鎧皇竜-サイバー・ダーク・エンド・ドラゴン (#3065)

parent 84b6a911
...@@ -76,6 +76,7 @@ function c37542782.efilter(e,re) ...@@ -76,6 +76,7 @@ function c37542782.efilter(e,re)
end end
function c37542782.eqfilter(c,tp) function c37542782.eqfilter(c,tp)
return c:IsType(TYPE_MONSTER) and (c:IsControler(tp) or c:IsAbleToChangeControler()) return c:IsType(TYPE_MONSTER) and (c:IsControler(tp) or c:IsAbleToChangeControler())
and not c:IsForbidden() and c:CheckUniqueOnField(tp)
end end
function c37542782.eqtg(e,tp,eg,ep,ev,re,r,rp,chk) function c37542782.eqtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0
......
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