Commit fdc70b31 authored by wind2009's avatar wind2009

format

parent a4798f95
Pipeline #40606 passed with stages
in 1 minute and 33 seconds
......@@ -120,4 +120,4 @@ function s.eaop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
end
end
end
\ No newline at end of file
end
......@@ -97,4 +97,4 @@ function s.scop(e,tp,eg,ep,ev,re,r,rp)
local sg=g:Select(tp,1,1,nil)
Duel.SynchroSummon(tp,sg:GetFirst(),c,mg)
end
end
\ No newline at end of file
end
......@@ -113,4 +113,4 @@ function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_EFFECT+REASON_REPLACE)
return true
else return false end
end
\ No newline at end of file
end
......@@ -104,4 +104,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and a:IsAttackable() and a:IsRelateToBattle() and not a:IsImmuneToEffect(e) then
Duel.ChangeAttackTarget(c)
end
end
\ No newline at end of file
end
......@@ -103,4 +103,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(tc:GetCode())
tc:RegisterEffect(e2)
end
end
\ No newline at end of file
end
......@@ -77,4 +77,4 @@ function s.eqlimit(e,c)
end
function s.splimit(e,c)
return not c:IsRace(RACE_WARRIOR)
end
\ No newline at end of file
end
......@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToChain() or not aux.NecroValleyFilter()(tc) then return end
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
end
......@@ -73,4 +73,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function s.indtg(e,c)
return c:IsRace(RACE_WARRIOR) and c:IsAttribute(ATTRIBUTE_EARTH)
end
\ No newline at end of file
end
......@@ -72,4 +72,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
end
......@@ -125,4 +125,4 @@ function s.atkop(c,tp,ct)
end
end
end
end
\ No newline at end of file
end
......@@ -74,4 +74,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(g)
Duel.SendtoGrave(tc,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -78,4 +78,4 @@ function s.dkop(e,tp,eg,ep,ev,re,r,rp)
elseif g:IsExists(Card.IsType,1,nil,TYPE_SPELL+TYPE_TRAP) and g:IsExists(Card.IsAbleToRemove,1,nil) then
Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -66,4 +66,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
\ No newline at end of file
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