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
08bc8e31
Commit
08bc8e31
authored
Apr 18, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
得得得得得
parent
ca52c334
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
expansions/script/c10199990.lua
expansions/script/c10199990.lua
+3
-0
expansions/script/c92369022.lua
expansions/script/c92369022.lua
+3
-2
expansions/script/c92369027.lua
expansions/script/c92369027.lua
+9
-1
No files found.
expansions/script/c10199990.lua
View file @
08bc8e31
...
@@ -4906,3 +4906,6 @@ rsof.Escape_Old_Functions()
...
@@ -4906,3 +4906,6 @@ rsof.Escape_Old_Functions()
--directly enable will cause bugs, but i am lazy to find what cards i have used this function
--directly enable will cause bugs, but i am lazy to find what cards i have used this function
--rssf.EnableSpecialProcedure()
--rssf.EnableSpecialProcedure()
rsof
.
Get_Cate_Hint_Op_List
()
rsof
.
Get_Cate_Hint_Op_List
()
if
not
rsof
.
SelectHint
then
rsof
.
SelectHint
=
rshint
.
Select
end
\ No newline at end of file
expansions/script/c92369022.lua
View file @
08bc8e31
...
@@ -150,10 +150,11 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -150,10 +150,11 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
else
else
e
:
GetOwner
():
SetTurnCounter
(
ct
+
1
)
e
:
GetOwner
():
SetTurnCounter
(
ct
+
1
)
local
tc
=
e
:
GetLabelObject
()
local
tc
=
e
:
GetLabelObject
()
local
tp1
=
tc
:
GetPreviousControler
()
if
tc
:
IsType
(
TYPE_FIELD
)
and
tc
:
IsPreviousLocation
(
LOCATION_FZONE
)
then
if
tc
:
IsType
(
TYPE_FIELD
)
and
tc
:
IsPreviousLocation
(
LOCATION_FZONE
)
then
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_FZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
tc
,
tp
,
tp
1
,
LOCATION_FZONE
,
POS_FACEUP
,
true
)
elseif
tc
:
IsType
(
TYPE_PENDULUM
)
and
tc
:
IsPreviousLocation
(
LOCATION_PZONE
)
then
elseif
tc
:
IsType
(
TYPE_PENDULUM
)
and
tc
:
IsPreviousLocation
(
LOCATION_PZONE
)
then
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
tc
,
tp
,
tp
1
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
else
else
Duel
.
ReturnToField
(
e
:
GetLabelObject
())
Duel
.
ReturnToField
(
e
:
GetLabelObject
())
end
end
...
...
expansions/script/c92369027.lua
View file @
08bc8e31
...
@@ -83,6 +83,14 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -83,6 +83,14 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
return
false
return
false
else
else
e
:
GetOwner
():
SetTurnCounter
(
ct
+
1
)
e
:
GetOwner
():
SetTurnCounter
(
ct
+
1
)
Duel
.
ReturnToField
(
e
:
GetLabelObject
())
local
tc
=
e
:
GetLabelObject
()
local
tp1
=
tc
:
GetPreviousControler
()
if
tc
:
IsType
(
TYPE_FIELD
)
and
tc
:
IsPreviousLocation
(
LOCATION_FZONE
)
then
Duel
.
MoveToField
(
tc
,
tp
,
tp1
,
LOCATION_FZONE
,
POS_FACEUP
,
true
)
elseif
tc
:
IsType
(
TYPE_PENDULUM
)
and
tc
:
IsPreviousLocation
(
LOCATION_PZONE
)
then
Duel
.
MoveToField
(
tc
,
tp
,
tp1
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
else
Duel
.
ReturnToField
(
e
:
GetLabelObject
())
end
end
end
end
end
\ No newline at end of file
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