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
529be148
Commit
529be148
authored
Dec 31, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix immune opponent effect
https://github.com/Fluorohydride/ygopro/issues/2412
parent
4ba50834
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
c37542782.lua
c37542782.lua
+1
-1
c79194594.lua
c79194594.lua
+1
-1
c87564935.lua
c87564935.lua
+1
-1
c91228233.lua
c91228233.lua
+1
-1
No files found.
c37542782.lua
View file @
529be148
...
@@ -61,7 +61,7 @@ function c37542782.hspop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -61,7 +61,7 @@ function c37542782.hspop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Release
(
g
,
REASON_COST
)
Duel
.
Release
(
g
,
REASON_COST
)
end
end
function
c37542782
.
efilter
(
e
,
re
)
function
c37542782
.
efilter
(
e
,
re
)
return
e
:
GetHandlerPlayer
()
~=
re
:
Get
Handl
erPlayer
()
and
re
:
IsActivated
()
return
e
:
GetHandlerPlayer
()
~=
re
:
Get
Own
erPlayer
()
and
re
:
IsActivated
()
end
end
function
c37542782
.
eqfilter
(
c
,
tp
)
function
c37542782
.
eqfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsControler
(
tp
)
or
c
:
IsAbleToChangeControler
())
return
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsControler
(
tp
)
or
c
:
IsAbleToChangeControler
())
...
...
c79194594.lua
View file @
529be148
...
@@ -75,7 +75,7 @@ function c79194594.immop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,7 +75,7 @@ function c79194594.immop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c79194594
.
efilter
(
e
,
te
)
function
c79194594
.
efilter
(
e
,
te
)
return
te
:
IsActiveType
(
e
:
GetLabel
())
and
te
:
Get
Handl
erPlayer
()
~=
e
:
GetHandlerPlayer
()
return
te
:
IsActiveType
(
e
:
GetLabel
())
and
te
:
Get
Own
erPlayer
()
~=
e
:
GetHandlerPlayer
()
end
end
function
c79194594
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c79194594
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c87564935.lua
View file @
529be148
...
@@ -92,5 +92,5 @@ function c87564935.efilter1(e,re,rp)
...
@@ -92,5 +92,5 @@ function c87564935.efilter1(e,re,rp)
return
rp
==
1
-
e
:
GetHandlerPlayer
()
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
rp
==
1
-
e
:
GetHandlerPlayer
()
and
re
:
IsActiveType
(
TYPE_MONSTER
)
end
end
function
c87564935
.
efilter2
(
e
,
te
)
function
c87564935
.
efilter2
(
e
,
te
)
return
te
:
Get
Handl
erPlayer
()
~=
e
:
GetHandlerPlayer
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
return
te
:
Get
Own
erPlayer
()
~=
e
:
GetHandlerPlayer
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
end
end
c91228233.lua
View file @
529be148
...
@@ -41,7 +41,7 @@ function c91228233.immtg(e,c)
...
@@ -41,7 +41,7 @@ function c91228233.immtg(e,c)
return
c
:
GetEquipCount
()
>
0
and
c
:
GetEquipGroup
():
IsExists
(
Card
.
IsCode
,
1
,
nil
,
92341815
)
return
c
:
GetEquipCount
()
>
0
and
c
:
GetEquipGroup
():
IsExists
(
Card
.
IsCode
,
1
,
nil
,
92341815
)
end
end
function
c91228233
.
immval
(
e
,
re
)
function
c91228233
.
immval
(
e
,
re
)
return
re
:
IsActivated
()
and
re
:
Get
Handl
erPlayer
()
~=
e
:
GetHandlerPlayer
()
return
re
:
IsActivated
()
and
re
:
Get
Own
erPlayer
()
~=
e
:
GetHandlerPlayer
()
end
end
function
c91228233
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c91228233
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
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