Commit 091fda26 authored by mercury233's avatar mercury233

more minor format

parent 80eb3209
......@@ -20,7 +20,6 @@ function c2055403.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetTargetCard(eg)
Duel.SetOperationInfo(0,CATEGORY_TODECK,g,ct,0,0)
end
function c2055403.activate(e,tp,eg,ep,ev,re,r,rp)
local g=eg:Filter(c2055403.filter,nil,tp):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()>0 then
......
......@@ -43,4 +43,3 @@ function c22634473.activate(e,tp,eg,ep,ev,re,r,rp)
tc=g:GetNext()
end
end
......@@ -83,4 +83,3 @@ function c32557233.activate2(e,tp,eg,ep,ev,re,r,rp)
end
end
end
......@@ -57,7 +57,6 @@ function c33158448.lvop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e4)
end
end
function c33158448.negcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if ep==tp or c:IsStatus(STATUS_BATTLE_DESTROYED) then return false end
......
......@@ -51,7 +51,6 @@ end
function c35100834.eqlimit(e,c)
return e:GetOwner()==c
end
function c35100834.atkcon(e)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_SPECIAL+SUMMON_VALUE_SELF
end
......
......@@ -10,4 +10,3 @@ function c47459126.initial_effect(c)
e1:SetValue(TYPE_TUNER)
c:RegisterEffect(e1)
end
......@@ -52,7 +52,6 @@ function c78936551.spop(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c78936551.sumlimit(e,c,sump,sumtype,sumpos,targetp,se)
return c:IsLocation(LOCATION_EXTRA) and not c:IsSetCard(0x121)
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