Commit 44779947 authored by Amiya's avatar Amiya

修复

parent bd7b1e8d
--磁石の戦士マグネット・テルスリオン --磁石の戦士マグネット・テルスリオン
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList() aux.AddCodeList(c,101303005,101303006)
c:EnableReviveLimit(c,101303005,101303006) c:EnableReviveLimit()
--cannot special summon --cannot special summon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
......
...@@ -37,6 +37,9 @@ function s.initial_effect(c) ...@@ -37,6 +37,9 @@ function s.initial_effect(c)
e4:SetOperation(s.atkop) e4:SetOperation(s.atkop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function s.fspcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not e:GetHandler():IsPublic() end
end
function s.spfilter1(c,e) function s.spfilter1(c,e)
return c:IsRace(RACE_ROCK) and not c:IsImmuneToEffect(e) return c:IsRace(RACE_ROCK) and not c:IsImmuneToEffect(e)
end end
......
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