Commit 54892714 authored by Huangnan's avatar Huangnan

fix

parent fbf6376c
No preview for this file type
...@@ -39,6 +39,7 @@ c:RegisterEffect(e4) ...@@ -39,6 +39,7 @@ c:RegisterEffect(e4)
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE) e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetCode(EFFECT_INDESTRUCTABLE) e5:SetCode(EFFECT_INDESTRUCTABLE)
e5:SetRange(LOCATION_MZONE)
e5:SetValue(1) e5:SetValue(1)
c:RegisterEffect(e5) c:RegisterEffect(e5)
local e6=e5:Clone() local e6=e5:Clone()
...@@ -94,6 +95,7 @@ end ...@@ -94,6 +95,7 @@ end
function cm.spop(e,tp,eg,ep,ev,re,r,rp) function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local ct=Duel.GetFlagEffect(tp,m) local ct=Duel.GetFlagEffect(tp,m)
Duel,Hint(2,0,aux.Stringid(id,0))
Duel.SendtoHand(c,nil,REASON_EFFECT) Duel.SendtoHand(c,nil,REASON_EFFECT)
if ct>=1 then if ct>=1 then
if Duel.IsPlayerCanDraw(tp,1) then if Duel.IsPlayerCanDraw(tp,1) then
...@@ -142,7 +144,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -142,7 +144,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,true) then and c:IsCanBeSpecialSummoned(e,0,tp,false,true) then
Duel.SpecialSummon(c,0,tp,tp,false,true,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,true,POS_FACEUP)
Debug.Message("轮转的世界,于此终结") Duel.Hint(2,0,aux.Stringid(id,1))
end end
end end
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