Commit 76b48206 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005022.lua

parent 233e052d
......@@ -23,8 +23,8 @@ function c12005022.initial_effect(c)
end
function c12005022.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return c:GetFlagEffect(m)==0 end
c:RegisterFlagEffect(m,RESET_CHAIN,0,1)
if chk==0 then return c:GetFlagEffect(12005022)==0 end
c:RegisterFlagEffect(12005022,RESET_CHAIN,0,1)
end
function c12005022.spfilter(c,e,tp)
return c:IsSetCard(0xfbb) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......@@ -117,4 +117,4 @@ function c12005022.activate(e,tp,eg,ep,ev,re,r,rp)
if b4 then
Duel.NegateActivation(ev)
end
end
\ No newline at end of file
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