Commit 46cb737b authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1171001.lua

parent b8fb765a
......@@ -50,7 +50,7 @@ function c1171001.op1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if eg:GetCount()<1 then return end
if Duel.Destroy(eg,REASON_EFFECT)<1 then return end
if Duel.GetMZoneCount(1-tp)>0 then
if c:IsRelateToEffect(e) and Duel.GetMZoneCount(1-tp)>0 then
Duel.SpecialSummon(c,0,tp,1-tp,false,false,POS_FACEUP)
end
end
......
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