Commit 86308c0f authored by POLYMER's avatar POLYMER

fix

parent a55b036d
No preview for this file type
local s,id,o=GetID()
function c10111128.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......@@ -19,8 +18,7 @@ function c10111128.initial_effect(c)
e2:SetTarget(c10111128.thtg)
e2:SetOperation(c10111128.thop)
c:RegisterEffect(e2)
end
s.fusion_effect=true
end
function c10111128.filter1(c,e)
return not c:IsImmuneToEffect(e)
end
......
......@@ -39,7 +39,7 @@ function c10111129.initial_effect(c)
e3:SetTarget(c10111129.target)
e3:SetOperation(c10111129.activate)
c:RegisterEffect(e3)
end
end
function c10111129.splimit(e,se,sp,st)
local sc=se:GetHandler()
return sc:IsCode(10111128)
......
function c10111134.initial_effect(c)
aux.AddCodeList(c,10111128)
--remove
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(10111134,0))
......
......@@ -35,7 +35,7 @@ function c10111138.initial_effect(c)
e3:SetTarget(c10111138.fstg)
e3:SetOperation(c10111138.fsop)
c:RegisterEffect(e3)
end
end
function c10111138.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():GetFlagEffect(10111138)==0 end
e:GetHandler():RegisterFlagEffect(10111138,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
......
This diff is collapsed.
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