Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Ai
ygopro-222DIY-cards
Commits
919177ed
Commit
919177ed
authored
Dec 04, 2019
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
e8634f5e
5a43ca2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
expansions/script/c77765004.lua
expansions/script/c77765004.lua
+13
-1
No files found.
expansions/script/c77765004.lua
View file @
919177ed
...
...
@@ -34,13 +34,21 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
--e1:SetCode(EVENT_FREE_CHAIN)
--e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
<<<<<<<
HEAD
=======
e1
:
SetRange
(
LOCATION_SZONE
)
>>>>>>>
5
a43ca2cc6bdcc10fc8c54e5e9ffbbeaafb5a6f1
e1
:
SetCountLimit
(
1
)
e1
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CARDTYPE
)
Duel
.
SetTargetParam
(
Duel
.
SelectOption
(
tp
,
1056
,
1063
,
1073
,
1076
))
end
)
<<<<<<<
HEAD
e1
:
SetOperation
(
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
=======
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
>>>>>>>
5
a43ca2cc6bdcc10fc8c54e5e9ffbbeaafb5a6f1
local
c
=
e
:
GetHandler
()
local
opt
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PARAM
)
local
ct
=
nil
...
...
@@ -148,4 +156,8 @@ function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
end
function
cm
.
distg
(
e
,
c
)
return
c
:
IsType
(
e
:
GetLabel
())
end
\ No newline at end of file
<<<<<<<
HEAD
end
=======
end
>>>>>>>
5
a43ca2cc6bdcc10fc8c54e5e9ffbbeaafb5a6f1
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