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
7a6bc6c7
Commit
7a6bc6c7
authored
Oct 01, 2016
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
944fa486
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c51549976.lua
c51549976.lua
+1
-1
c56532632.lua
c56532632.lua
+1
-1
No files found.
c51549976.lua
View file @
7a6bc6c7
...
...
@@ -39,7 +39,7 @@ function c51549976.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
c51549976
.
actcon
(
e
)
local
ph
=
Duel
.
GetCurrentPhase
()
return
ph
>
=
PHASE_BATTLE
and
ph
<=
PHASE_DAMAGE_CAL
return
ph
>
PHASE_MAIN1
and
ph
<
PHASE_MAIN2
end
function
c51549976
.
aclimit
(
e
,
re
,
tp
)
return
re
:
GetHandler
():
IsType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_GRAVE
)
...
...
c56532632.lua
View file @
7a6bc6c7
...
...
@@ -12,7 +12,7 @@ function c56532632.initial_effect(c)
end
function
c56532632
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
return
ep
~=
tp
and
ph
>
=
PHASE_BATTLE
and
ph
<=
PHASE_DAMAGE_CAL
return
ep
~=
tp
and
ph
>
PHASE_MAIN1
and
ph
<
PHASE_MAIN2
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainNegatable
(
ev
)
end
function
c56532632
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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