Commit a161b001 authored by Tachibana's avatar Tachibana

ndyd

parent 580293c4
......@@ -32,7 +32,7 @@ end
function cm.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
local g1=Duel.GetMatchingGroup(cm.costfilter1,tp,LOCATION_HAND,0,nil,c,tp)
local g2=Duel.GetReleaseGroup():Filter(cm.costfilter,nil,c,tp)
local g2=Duel.GetReleaseGroup(tp):Filter(cm.costfilter,nil,c,tp)
if chkc then return chkc:IsOnField() and chkc:IsControler(1-tp) end
if chk==0 then
if e:GetLabel()==1 then
......
......@@ -5,7 +5,7 @@ Duel.LoadScript("c12000000.lua")
function cm.initial_effect(c)
--xyz summon
c:EnableReviveLimit()
aux.AddXyzProcedureLevelFree(c,cm.mfilter,cm.xyzcheck,2,2)
aux.AddXyzProcedureLevelFree(c,cm.mfilter,cm.xyzcheck,3,3)
--tograve
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
......
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