Commit 860142f5 authored by nekrozar's avatar nekrozar Committed by mercury233

errata (#983)

parent 28962440
...@@ -22,6 +22,7 @@ function c61468779.initial_effect(c) ...@@ -22,6 +22,7 @@ function c61468779.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_SPSUMMON_SUCCESS) e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1,61468779)
e3:SetTarget(c61468779.sptg) e3:SetTarget(c61468779.sptg)
e3:SetOperation(c61468779.spop) e3:SetOperation(c61468779.spop)
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