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
YGOPRO-520DIY
ygopro
Commits
09a4e5a5
Commit
09a4e5a5
authored
Sep 26, 2015
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflict
parent
c0b4fd8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
script/c50185950.lua
script/c50185950.lua
+3
-1
script/c97792247.lua
script/c97792247.lua
+1
-1
No files found.
script/c50185950.lua
View file @
09a4e5a5
...
...
@@ -2,8 +2,10 @@
function
c50185950
.
initial_effect
(
c
)
--draw
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
50185950
,
0
))
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCode
(
EVENT_RELEASE
)
e1
:
SetTarget
(
c50185950
.
drtg
)
e1
:
SetOperation
(
c50185950
.
drop
)
...
...
@@ -34,7 +36,7 @@ function c50185950.filter(c,tp)
end
function
c50185950
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
c50185950
.
filter
,
1
,
nil
,
tp
)
and
e
:
GetHandler
():
IsAbleToRemove
()
end
return
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
50185950
,
0
))
return
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
50185950
,
1
))
end
function
c50185950
.
repval
(
e
,
c
)
return
c50185950
.
filter
(
c
,
e
:
GetHandlerPlayer
())
...
...
script/c97792247.lua
View file @
09a4e5a5
...
...
@@ -41,4 +41,4 @@ function c97792247.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
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