Commit 0807b74f authored by dest's avatar dest Committed by DailyShana

fix Speedroid Fiendmagnet (#821)

parent 54e8c9d4
...@@ -15,6 +15,7 @@ function c62899696.initial_effect(c) ...@@ -15,6 +15,7 @@ function c62899696.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SUMMON_SUCCESS) e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e2:SetCountLimit(1,62899696)
e2:SetCondition(c62899696.spcon) e2:SetCondition(c62899696.spcon)
e2:SetTarget(c62899696.sptg) e2:SetTarget(c62899696.sptg)
e2:SetOperation(c62899696.spop) e2:SetOperation(c62899696.spop)
......
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