Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-scripts
Commits
482d2544
Commit
482d2544
authored
Dec 26, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
revert Double Magical Arm Bind
parent
778d389d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
c72621670.lua
c72621670.lua
+1
-4
c7914843.lua
c7914843.lua
+2
-2
No files found.
c72621670.lua
View file @
482d2544
...
@@ -53,11 +53,8 @@ function c72621670.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,11 +53,8 @@ function c72621670.activate(e,tp,eg,ep,ev,re,r,rp)
dg
:
Clear
()
dg
:
Clear
()
end
end
local
tc
=
sg
:
GetFirst
()
local
tc
=
sg
:
GetFirst
()
local
tct
=
1
if
Duel
.
GetTurnPlayer
()
~=
tp
then
tct
=
2
elseif
Duel
.
GetCurrentPhase
()
==
PHASE_END
then
tct
=
3
end
while
tc
do
while
tc
do
Duel
.
GetControl
(
tc
,
tp
,
PHASE_END
+
RESET_SELF_TURN
,
tct
)
Duel
.
GetControl
(
tc
,
tp
,
PHASE_END
+
RESET_SELF_TURN
,
1
)
tc
=
sg
:
GetNext
()
tc
=
sg
:
GetNext
()
end
end
if
dg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
dg
,
REASON_RULE
)
end
if
dg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
dg
,
REASON_RULE
)
end
...
...
c7914843.lua
View file @
482d2544
...
@@ -33,9 +33,9 @@ function c7914843.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -33,9 +33,9 @@ function c7914843.operation(e,tp,eg,ep,ev,re,r,rp)
local
tct
=
1
local
tct
=
1
if
Duel
.
GetTurnPlayer
()
~=
tp
then
tct
=
2
if
Duel
.
GetTurnPlayer
()
~=
tp
then
tct
=
2
elseif
Duel
.
GetCurrentPhase
()
==
PHASE_END
then
tct
=
3
end
elseif
Duel
.
GetCurrentPhase
()
==
PHASE_END
then
tct
=
3
end
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
and
not
Duel
.
GetControl
(
tc
,
tp
,
PHASE_END
,
tct
)
then
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsRace
(
RACE_MACHINE
)
and
not
Duel
.
GetControl
(
tc
,
tp
,
PHASE_END
,
tct
)
then
if
not
tc
:
IsImmuneToEffect
(
e
)
and
tc
:
IsAbleToChangeControler
()
then
if
not
tc
:
IsImmuneToEffect
(
e
)
and
tc
:
IsAbleToChangeControler
()
then
Duel
.
Destroy
(
tc
,
REASON_
EFFECT
)
Duel
.
Destroy
(
tc
,
REASON_
RULE
)
end
end
end
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment