Commit 77c57ef7 authored by POLYMER's avatar POLYMER

fix

parent be39b526
......@@ -3,7 +3,7 @@ local m=64800081
local cm=_G["c"..m]
function cm.initial_effect(c)
--link summon
aux.AddLinkProcedure(c,nil,3,3,cm.lcheck)
aux.AddLinkProcedure(c,nil,3,99,cm.lcheck)
c:EnableReviveLimit()
--atk/def
local e2=Effect.CreateEffect(c)
......
......@@ -90,7 +90,7 @@ function c67200933.stcon(e)
return Duel.GetFlagEffect(tp,67200933)==0
end
function c67200933.target(e,tp,eg,ep,ev,re,r,rp,chk)
local dg=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_ONFIELD,nil)
local dg=Duel.GetMatchingGroup(aux.NegateAnyFilter,tp,0,LOCATION_ONFIELD,nil)
local c=e:GetHandler()
if chk==0 then
if e:GetLabel()~=100 then return false 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