Skip to content

Commit 0ced35c

Browse files
committed
remove trailing spaces
1 parent 235942a commit 0ced35c

File tree

259 files changed

+313
-313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+313
-313
lines changed

rush/c160003017.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--聖剣士の鞘払いシース
1+
--聖剣士の鞘払いシース
22
--Sieth, the Scabbard of Noble Arms
33

44
local s,id=GetID()

rush/c160003022.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--クリア・アイス・ドラゴン
2-
--Clear Ice Dragon
2+
--Clear Ice Dragon
33
--Scripted by Hatter
44

55
local s,id=GetID()

rush/c160003032.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- 特報マシン・タフロイド
1+
-- 特報マシン・タフロイド
22
--Printing Presser
33
local s,id=GetID()
44
function s.initial_effect(c)

rush/c160003035.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--トリック・ピジョン
1+
--トリック・ピジョン
22
--Trick Pigeon
33
local s,id=GetID()
44
function s.initial_effect(c)

rush/c160003036.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--ルミナス・パロット
1+
--ルミナス・パロット
22
--Luminous Parrot
33

44
local s,id=GetID()

rush/c160003037.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--ロング・シールド・ガードナー
1+
--ロング・シールド・ガードナー
22
--Long Shield Gardna
33
local s,id=GetID()
44
function s.initial_effect(c)

rush/c160003038.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
2020
if chk==0 then return Duel.IsExistingMatchingCard(s.tdfilter,tp,LOCATION_GRAVE,0,1,nil) end
2121
end
2222
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
23-
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,nil)
23+
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,nil)
2424
end
2525
end
2626
function s.operation(e,tp,eg,ep,ev,re,r,rp)
@@ -31,7 +31,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3131
--Effect
3232
local g=Duel.SelectMatchingCard(tp,Card.IsFacedown,tp,0,LOCATION_ONFIELD,1,1,nil):GetFirst()
3333
Duel.HintSelection(Group.FromCards(g))
34-
if g and g:IsFacedown() then
34+
if g and g:IsFacedown() then
3535
Duel.ConfirmCards(tp,g)
3636
end
3737
end

rush/c160003041.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- 海竜王グランガノス Kairyu-Oh Granganoth
1+
-- 海竜王グランガノス Kairyu-Oh Granganoth
22
--Sea Dragon King Granganus
33
local s,id=GetID()
44
function s.initial_effect(c)

rush/c160003046.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function s.filter(c)
1818
end
1919
--Activation legality
2020
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
21-
if chk==0 then return Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsRace,RACE_PYRO),tp,LOCATION_MZONE,0,1,nil)
21+
if chk==0 then return Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsRace,RACE_PYRO),tp,LOCATION_MZONE,0,1,nil)
2222
and Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil)
2323
end
2424
end

rush/c160003055.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function s.atkfilter(c)
2828
end
2929
--Activation legality
3030
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
31-
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil)
31+
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil)
3232
and Duel.IsExistingMatchingCard(s.atkfilter,tp,LOCATION_MZONE,0,1,nil) end
3333
Duel.SetOperationInfo(0,CATEGORY_ATKCHANGE,nil,0,0,LOCATION_MZONE)
3434
end

0 commit comments

Comments
 (0)