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
a7f0b60e
Commit
a7f0b60e
authored
Mar 15, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
965e7f88
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
c24104865.lua
c24104865.lua
+1
-0
c44586426.lua
c44586426.lua
+1
-1
No files found.
c24104865.lua
View file @
a7f0b60e
...
...
@@ -91,6 +91,7 @@ function c24104865.spop(e,tp,eg,ep,ev,re,r,rp)
c
:
CreateRelation
(
tc
,
RESET_EVENT
+
0x1020000
)
tc
=
sg
:
GetNext
()
end
Duel
.
SpecialSummonComplete
()
end
function
c24104865
.
desfilter
(
c
,
rc
)
return
c
:
GetFlagEffect
(
24104865
)
~=
0
and
rc
:
IsRelateToCard
(
c
)
...
...
c44586426.lua
View file @
a7f0b60e
...
...
@@ -69,7 +69,7 @@ function c44586426.tkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0
or not Duel.IsPlayerCanSpecialSummonMonster(tp,44586427,0,0x4011,0,0,1,RACE_THUNDER,ATTRIBUTE_LIGHT) then return end
local token=Duel.CreateToken(tp,44586427)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
_ATTACK
)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
end
function c44586426.nmfilter(c,cd)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_EFFECT)
...
...
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