Commit f7c9f277 authored by POLYMER's avatar POLYMER

fix

parent 3446901f
......@@ -4,6 +4,7 @@ local cm=_G["c"..m]
function cm.initial_effect(c)
--xyz summon
c:EnableReviveLimit()
c:SetSPSummonOnce(m)
aux.AddXyzProcedureLevelFree(c,cm.mfilter,cm.xyzcheck,2,2,cm.ovfilter,aux.Stringid(m,0))
--change effect
local e2=Effect.CreateEffect(c)
......
......@@ -87,6 +87,6 @@ function s.reop(e,tp,eg,ep,ev,re,r,rp)
local rc=te:GetHandler()
rc:CancelToGrave()
if Duel.SendtoHand(rc,tp,REASON_EFFECT)==0 then
rc:CancelToGrave(true)
rc:CancelToGrave(false)
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