Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
205cb595
Commit
205cb595
authored
Jan 20, 2026
by
wind2009
Committed by
GitHub
Jan 20, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 神芸なる知恵の乙女 (#3113)
parent
eb882c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
c74631897.lua
c74631897.lua
+7
-3
No files found.
c74631897.lua
View file @
205cb595
...
...
@@ -92,6 +92,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
tc2
=
g
:
SelectUnselect
(
nil
,
tp
,
false
,
true
,
1
,
1
)
if
tc2
then
tc2
:
RegisterFlagEffect
(
id
+
o
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
local
sg
=
Group
.
FromCards
(
tc
,
tc2
)
sg
:
KeepAlive
()
e
:
SetLabelObject
(
sg
)
...
...
@@ -100,12 +101,15 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
end
return
false
end
function
s
.
disfilter
(
c
)
return
c
:
GetFlagEffect
(
id
+
o
)
==
0
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
local
g
=
e
:
GetLabelObject
()
local
hg
=
g
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_HAND
)
g
:
Sub
(
h
g
)
Duel
.
SendtoGrave
(
h
g
,
REASON_SPSUMMON
+
REASON_DISCARD
)
local
dg
=
g
:
Filter
(
s
.
disfilter
,
nil
)
g
:
Sub
(
d
g
)
Duel
.
SendtoGrave
(
d
g
,
REASON_SPSUMMON
+
REASON_DISCARD
)
Duel
.
Release
(
g
,
REASON_SPSUMMON
)
g
:
DeleteGroup
()
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