Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Nanahira-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
nanahira
Nanahira-Cards
Commits
9ed9350e
Commit
9ed9350e
authored
Nov 24, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixsong
parent
c935e8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
expansions/script/c37564850.lua
expansions/script/c37564850.lua
+4
-2
No files found.
expansions/script/c37564850.lua
View file @
9ed9350e
...
...
@@ -17,6 +17,7 @@ function cm.initial_effect(c)
e0
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
code
=
c
:
GetFlagEffectLabel
(
m
)
c
:
ResetFlagEffect
(
m
)
Senya
.
GainEffect_3L
(
c
,
code
)
end
)
c
:
RegisterEffect
(
e0
)
...
...
@@ -31,13 +32,14 @@ function cm.effect_operation_3L(c)
return
e1
end
function
cm
.
SetMaterial
(
c
,
g
)
local
efg
=
g
1
:
Filter
(
function
(
c
)
return
c
.
effect_operation_3L
end
,
nil
)
local
efg
=
g
:
Filter
(
function
(
c
)
return
c
.
effect_operation_3L
end
,
nil
)
if
efg
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
m
*
16
)
local
tg
=
efg
:
Select
(
tp
,
1
,
1
,
nil
)
local
tc
=
tg
:
GetFirst
()
Duel
.
HintSelection
(
tg
)
e
:
GetHandler
()
:
RegisterFlagEffect
(
m
,
0xfe1000
,
0
,
1
,
tc
:
GetOriginalCode
())
c
:
RegisterFlagEffect
(
m
,
0xfe1000
,
0
,
1
,
tc
:
GetOriginalCode
())
end
return
Card
.
SetMaterial
(
c
,
g
)
end
\ No newline at end of file
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