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
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
Vee4
ygopro-scripts-888
Commits
7a0dd5bf
Commit
7a0dd5bf
authored
Apr 13, 2022
by
Chrono-Genex
Committed by
GitHub
Apr 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Magikey Mechmusket - Batosbuster (#1857)
parent
31c61cce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c19489718.lua
c19489718.lua
+1
-1
No files found.
c19489718.lua
View file @
7a0dd5bf
...
...
@@ -51,7 +51,7 @@ function c19489718.discon(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
tc
=
c
:
GetBattleTarget
()
e
:
SetLabelObject
(
tc
)
return
tc
and
tc
:
Is
Faceup
()
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
not
tc
:
IsDisabled
(
)
return
tc
and
tc
:
Is
Controler
(
1
-
tp
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
aux
.
NegateMonsterFilter
(
tc
)
and
Duel
.
IsExistingMatchingCard
(
c19489718
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
tc
:
GetAttribute
())
end
function
c19489718
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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