From cbeee3115be6ee37ed175f02517766011dec6257 Mon Sep 17 00:00:00 2001 From: Playmaker1210 Date: Mon, 29 Nov 2021 12:07:02 +0100 Subject: [PATCH] SP working --- lua/c561586057.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/c561586057.lua b/lua/c561586057.lua index 5185d3e..9cf8e40 100644 --- a/lua/c561586057.lua +++ b/lua/c561586057.lua @@ -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]]