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