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
4
Merge Requests
4
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
bab82f9e
Commit
bab82f9e
authored
Nov 26, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "fix 強欲な壺の精霊"
This reverts commit
f3c29bd7
.
parent
67dcd274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
c4896788.lua
c4896788.lua
+0
-4
No files found.
c4896788.lua
View file @
bab82f9e
...
@@ -7,7 +7,6 @@ function c4896788.initial_effect(c)
...
@@ -7,7 +7,6 @@ function c4896788.initial_effect(c)
e2
:
SetCode
(
EVENT_CHAINING
)
e2
:
SetCode
(
EVENT_CHAINING
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCondition
(
c4896788
.
drcon
)
e2
:
SetCondition
(
c4896788
.
drcon
)
e2
:
SetTarget
(
c4896788
.
drtg
)
e2
:
SetOperation
(
c4896788
.
drop
)
e2
:
SetOperation
(
c4896788
.
drop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
...
@@ -15,9 +14,6 @@ function c4896788.drcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -15,9 +14,6 @@ function c4896788.drcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
IsAttackPos
()
return
e
:
GetHandler
():
IsAttackPos
()
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
re
:
GetHandler
():
IsCode
(
55144522
)
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
re
:
GetHandler
():
IsCode
(
55144522
)
end
end
function
c4896788
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
end
function
c4896788
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4896788
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsAttackPos
()
or
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
if
not
e
:
GetHandler
():
IsAttackPos
()
or
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
IsPlayerCanDraw
(
rp
,
1
)
and
Duel
.
SelectYesNo
(
rp
,
aux
.
Stringid
(
4896788
,
0
))
then
if
Duel
.
IsPlayerCanDraw
(
rp
,
1
)
and
Duel
.
SelectYesNo
(
rp
,
aux
.
Stringid
(
4896788
,
0
))
then
...
...
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