SP working
This commit is contained in:
@@ -17,7 +17,6 @@ function s.initial_effect(c)
|
||||
e2:SetDescription(aux.Stringid(id,1))
|
||||
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
|
||||
e2:SetType(EFFECT_TYPE_QUICK_O) --quick effect
|
||||
e2:SetType(EFFECT_TYPE_TRIGGER_O) --does not work
|
||||
e2:SetCode(EVENT_FREE_CHAIN)
|
||||
e2:SetRange(LOCATION_MZONE)
|
||||
--e2:SetCost(s.spcost)
|
||||
@@ -32,7 +31,7 @@ end
|
||||
--Added from water dragon cluster
|
||||
--tributing to activate (not needed)
|
||||
--[[function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
|
||||
if chk==0 then return e:GetHandler():IsReleasable() end it is not needed but infinite chain and not on summon
|
||||
if chk==0 then return e:GetHandler():IsReleasable() end --it is not needed but infinite chain and not on summon
|
||||
Duel.Release(e:GetHandler(),REASON_COST)
|
||||
end]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user