Commit 23ce3617 authored by mercury233's avatar mercury233 Committed by GitHub

fix Gimmick Puppet Nightmare

parent 822276c9
...@@ -25,7 +25,6 @@ function c55204071.initial_effect(c) ...@@ -25,7 +25,6 @@ function c55204071.initial_effect(c)
-- --
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e3:SetCode(EVENT_SPSUMMON_SUCCESS) e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetOperation(c55204071.spop3) e3:SetOperation(c55204071.spop3)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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