Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
Soulgamer
ygopro-222DIY-cards
Commits
7b54656f
Commit
7b54656f
authored
Mar 16, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suit
parent
2e71e54b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
expansions/script/c33700946.lua
expansions/script/c33700946.lua
+5
-5
No files found.
expansions/script/c33700946.lua
View file @
7b54656f
...
...
@@ -28,19 +28,19 @@ function cm.initial_effect(c)
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_FIELD
)
e9
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
e9
:
SetRange
(
LOCATION_
S
ZONE
)
e9
:
SetRange
(
LOCATION_
F
ZONE
)
e9
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e9
:
SetTargetRange
(
1
,
1
)
e9
:
SetTargetRange
(
1
,
0
)
e9
:
SetValue
(
cm
.
filter
)
c
:
RegisterEffect
(
e9
)
--cannot set
local
e10
=
Effect
.
CreateEffect
(
c
)
e10
:
SetType
(
EFFECT_TYPE_FIELD
)
e10
:
SetCode
(
EFFECT_CANNOT_SSET
)
e10
:
SetRange
(
LOCATION_
S
ZONE
)
e10
:
SetRange
(
LOCATION_
F
ZONE
)
e10
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e10
:
SetTargetRange
(
1
,
1
)
e10
:
Set
Value
(
cm
.
filter2
)
e10
:
SetTargetRange
(
1
,
0
)
e10
:
Set
Target
(
cm
.
filter2
)
c
:
RegisterEffect
(
e10
)
end
function
cm
.
econ2
(
e
,
tp
)
...
...
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