Commit ddc0f327 authored by mercury233's avatar mercury233

fix

parent 4ca4f07b
......@@ -20,6 +20,7 @@ function c77075360.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetCondition(c77075360.spcon)
e2:SetOperation(c77075360.regop)
c:RegisterEffect(e2)
Duel.AddCustomActivityCounter(77075360,ACTIVITY_SPSUMMON,c77075360.counterfilter)
......
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