Commit f60f0840 authored by POLYMER's avatar POLYMER

fix

parent dff1ba5e
......@@ -99,7 +99,7 @@ function s.sp_final_action(e,tp,eg,ep,ev,re,r,rp)
return
end
local c=e:GetOwner()
if (c:IsLocation(LOCATION_GRAVE) or c:IsLocation(LOCATION_REMOVED))
if c:IsLocation(LOCATION_GRAVE)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) then
Duel.RegisterFlagEffect(tp,id+100,RESET_PHASE+PHASE_END,0,1)
......
--源于阴影 诘问
local s,id,o=GetID()
if not CATEGORY_SSET then CATEGORY_SSET=0 end
function s.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
......@@ -171,5 +170,6 @@ end
function s.spop(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsRelateToEffect(e) then
Duel.SendtoHand(e:GetHandler(),nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,e:GetHandler())
end
end
\ No newline at end of file
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