Commit 3b88e98a authored by POLYMER's avatar POLYMER

fix

parent 100bd4d0
No preview for this file type
......@@ -2,6 +2,8 @@
local m=13090013
local cm=_G["c"..m]
function c13090013.initial_effect(c)
c:EnableReviveLimit()
aux.EnablePendulumAttribute(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
......
......@@ -28,6 +28,8 @@ function s.initial_effect(c)
e3:SetRange(LOCATION_GRAVE)
e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e3:SetCountLimit(1,25800605)
e3:SetCountLimit(1,id+1)
e3:SetCost(aux.bfgcost)
e3:SetTarget(c25800604.target2)
e3:SetOperation(c25800604.operation2)
c:RegisterEffect(e3)
......
......@@ -77,9 +77,9 @@ function c50203105.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
if e:GetLabel()~=100 then return false end
e:SetLabel(0)
return Duel.CheckReleaseGroup(tp,c50203105.spfilter1,1,nil,e,tp)
return Duel.CheckReleaseGroup(REASON_COST,tp,c50203105.spfilter1,1,nil,e,tp)
end
local rg=Duel.SelectReleaseGroup(tp,c50203105.spfilter1,1,1,nil,e,tp)
local rg=Duel.SelectReleaseGroup(REASON_COST,tp,c50203105.spfilter1,1,1,nil,e,tp)
e:SetLabel(rg:GetFirst():GetOriginalAttribute())
Duel.Release(rg,REASON_COST)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
......
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