Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
7c9662fc
Commit
7c9662fc
authored
Dec 24, 2019
by
DailyShana
Committed by
GitHub
Dec 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "work around for Fluorohydride/ygopro#2243 (#1268)" (#1288)
This reverts commit
96f15234
.
parent
c44e4d9e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
c22593417.lua
c22593417.lua
+0
-1
c5821478.lua
c5821478.lua
+0
-1
c66403530.lua
c66403530.lua
+0
-1
c72529749.lua
c72529749.lua
+0
-1
No files found.
c22593417.lua
View file @
7c9662fc
...
@@ -10,7 +10,6 @@ function c22593417.initial_effect(c)
...
@@ -10,7 +10,6 @@ function c22593417.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCountLimit
(
1
,
22593417
)
e1
:
SetCountLimit
(
1
,
22593417
)
e1
:
SetCondition
(
c22593417
.
hdcon
)
e1
:
SetCondition
(
c22593417
.
hdcon
)
e1
:
SetTarget
(
c22593417
.
hdtg
)
e1
:
SetTarget
(
c22593417
.
hdtg
)
...
...
c5821478.lua
View file @
7c9662fc
...
@@ -10,7 +10,6 @@ function c5821478.initial_effect(c)
...
@@ -10,7 +10,6 @@ function c5821478.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c5821478
.
descon
)
e1
:
SetCondition
(
c5821478
.
descon
)
e1
:
SetTarget
(
c5821478
.
destg
)
e1
:
SetTarget
(
c5821478
.
destg
)
e1
:
SetOperation
(
c5821478
.
desop
)
e1
:
SetOperation
(
c5821478
.
desop
)
...
...
c66403530.lua
View file @
7c9662fc
...
@@ -27,7 +27,6 @@ function c66403530.initial_effect(c)
...
@@ -27,7 +27,6 @@ function c66403530.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c66403530
.
rmcon
)
e3
:
SetCondition
(
c66403530
.
rmcon
)
e3
:
SetTarget
(
c66403530
.
rmtg
)
e3
:
SetTarget
(
c66403530
.
rmtg
)
e3
:
SetOperation
(
c66403530
.
rmop
)
e3
:
SetOperation
(
c66403530
.
rmop
)
...
...
c72529749.lua
View file @
7c9662fc
...
@@ -10,7 +10,6 @@ function c72529749.initial_effect(c)
...
@@ -10,7 +10,6 @@ function c72529749.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c72529749
.
rmcon
)
e1
:
SetCondition
(
c72529749
.
rmcon
)
e1
:
SetTarget
(
c72529749
.
rmtg
)
e1
:
SetTarget
(
c72529749
.
rmtg
)
e1
:
SetOperation
(
c72529749
.
rmop
)
e1
:
SetOperation
(
c72529749
.
rmop
)
...
...
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