Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
List
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
REIKAI
ygopro
Commits
4f8499bc
Commit
4f8499bc
authored
Aug 03, 2013
by
sidschingis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
parent
9d96ed64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
18 deletions
+2
-18
script/c42155488.lua
script/c42155488.lua
+2
-18
No files found.
script/c42155488.lua
View file @
4f8499bc
...
@@ -18,17 +18,6 @@ function c42155488.initial_effect(c)
...
@@ -18,17 +18,6 @@ function c42155488.initial_effect(c)
e2
:
SetTarget
(
c42155488
.
dectg
)
e2
:
SetTarget
(
c42155488
.
dectg
)
e2
:
SetOperation
(
c42155488
.
decop
)
e2
:
SetOperation
(
c42155488
.
decop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
if
not
c42155488
.
globalcheck
then
c42155488
.
global_check
=
true
local
ge1
=
Effect
.
CreateEffect
(
c
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
ge1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
ge1
:
SetOperation
(
c42155488
.
checkop
)
Duel
.
RegisterEffect
(
ge1
,
0
)
local
ge2
=
ge1
:
Clone
()
ge2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
Duel
.
RegisterEffect
(
ge2
,
0
)
end
end
end
function
c42155488
.
ntcon
(
e
,
c
)
function
c42155488
.
ntcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
...
@@ -50,15 +39,10 @@ function c42155488.ntop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -50,15 +39,10 @@ function c42155488.ntop(e,tp,eg,ep,ev,re,r,rp,c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c42155488
.
dectg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c42155488
.
dectg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
42155488
)
==
0
if
chk
==
0
then
return
true
or
c42155488
[
tp
]
~=
0
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
563
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
563
)
if
Duel
.
GetFlagEffect
(
tp
,
42155488
)
==
0
then
local
rc
=
Duel
.
AnnounceRace
(
tp
,
1
,
0xffffff
)
local
rc
=
Duel
.
AnnounceRace
(
tp
,
1
,
0xffffff
)
else
local
rc
=
Duel
.
AnnounceRace
(
tp
,
1
,
c42155488
[
tp
])
end
e
:
SetLabel
(
rc
)
e
:
SetLabel
(
rc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
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