Commit 75b55cad authored by nanahira's avatar nanahira

f

parent 748e5b21
...@@ -64,7 +64,7 @@ function cm.initial_effect(c) ...@@ -64,7 +64,7 @@ function cm.initial_effect(c)
local ec=eb:Clone() local ec=eb:Clone()
ec:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) ec:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
ec:SetValue(function(e,c) return c~=e:GetHandler() end) ec:SetValue(function(e,c) return c~=e:GetHandler() end)
c:RegisterEffect(e) c:RegisterEffect(ec)
--On your 2nd Standby Phase after this card is Normal or Special Summoned, Destroy this card. --On your 2nd Standby Phase after this card is Normal or Special Summoned, Destroy this card.
local ed=Effect.CreateEffect(c) local ed=Effect.CreateEffect(c)
ed:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) ed: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