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
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
Reinen
ygopro-scripts
Commits
f64fae0c
Commit
f64fae0c
authored
Jun 30, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1d2c97ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
c19089195.lua
c19089195.lua
+1
-2
c73734821.lua
c73734821.lua
+1
-1
No files found.
c19089195.lua
View file @
f64fae0c
...
...
@@ -29,8 +29,7 @@ function c19089195.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c19089195
.
filter
(
c
,
tp
)
return
c
:
IsCode
(
22702055
)
and
c
:
GetActivateEffect
()
and
(
c
:
GetActivateEffect
():
IsActivatable
(
tp
)
or
Duel
.
GetTurnPlayer
()
~=
tp
)
return
c
:
IsCode
(
22702055
)
and
c
:
GetActivateEffect
()
and
c
:
GetActivateEffect
():
IsActivatable
(
tp
,
true
)
end
function
c19089195
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
...
...
c73734821.lua
View file @
f64fae0c
...
...
@@ -71,7 +71,7 @@ function c73734821.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g
,
1
,
0
,
0
)
end
function
c73734821
.
tffilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x98
)
and
c
:
GetType
()
==
TYPE_SPELL
+
TYPE_CONTINUOUS
and
c
:
GetActivateEffect
():
IsActivatable
(
tp
)
return
c
:
IsSetCard
(
0x98
)
and
c
:
GetType
()
==
TYPE_SPELL
+
TYPE_CONTINUOUS
and
c
:
GetActivateEffect
():
IsActivatable
(
tp
,
true
)
end
function
c73734821
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
...
...
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