Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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-2pick
Commits
8fc6ab32
Commit
8fc6ab32
authored
Mar 18, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c10c3e84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ocgcore/operations.cpp
ocgcore/operations.cpp
+1
-1
script/c42776960.lua
script/c42776960.lua
+1
-1
No files found.
ocgcore/operations.cpp
View file @
8fc6ab32
...
...
@@ -3141,7 +3141,7 @@ int32 field::send_to(uint16 step, group * targets, effect * reason_effect, uint3
pcard->set_status(STATUS_SUMMON_DISABLED | STATUS_ACTIVATE_DISABLED, FALSE);
pcard->previous.location = 0;
} else if(oloc & LOCATION_ONFIELD) {
pcard->reset(RESET_LEAVE, RESET_EVENT);
pcard->reset(RESET_LEAVE
+ RESET_MSCHANGE
, RESET_EVENT);
param->leave.insert(pcard);
}
if(pcard->current.reason & REASON_DISCARD)
...
...
script/c42776960.lua
View file @
8fc6ab32
...
...
@@ -38,7 +38,7 @@ function c42776960.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCode
(
EVENT_LEAVE_FIELD
)
e2
:
SetLabel
(
1
-
tp
)
e2
:
SetOperation
(
c42776960
.
leaveop
)
e2
:
SetReset
(
RESET_EVENT
+
RESET_OVERLAY
)
e2
:
SetReset
(
RESET_EVENT
+
0xc020000
)
tc
:
RegisterEffect
(
e2
)
end
end
...
...
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