Commit 5937b2b5 authored by mercury233's avatar mercury233

format

parent 3ac88f95
...@@ -22,8 +22,6 @@ function s.initial_effect(c) ...@@ -22,8 +22,6 @@ function s.initial_effect(c)
e2:SetOperation(s.thop) e2:SetOperation(s.thop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
--change
function s.cgfilter(c,mc) function s.cgfilter(c,mc)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x2) and c:IsAbleToRemove() and not c:IsAttribute(mc:GetAttribute()) return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x2) and c:IsAbleToRemove() and not c:IsAttribute(mc:GetAttribute())
end end
...@@ -58,8 +56,6 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,8 +56,6 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
end end
--to hand
function s.cfilter(c) function s.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x2) and c:IsType(TYPE_SYNCHRO) return c:IsFaceup() and c:IsSetCard(0x2) and c:IsType(TYPE_SYNCHRO)
end end
......
--リペア・ジェネクス・コントローラー --リペア・ジェネクス・コントローラー
--not fully implemented
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--link summon --link summon
......
--氷霊山の龍祖 ランセア --氷霊山の龍祖 ランセア
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
......
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