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
5d2bdf89
Commit
5d2bdf89
authored
Sep 18, 2012
by
argon.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
eebd29db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gframe/game.cpp
gframe/game.cpp
+1
-1
script/c35112613.lua
script/c35112613.lua
+1
-1
No files found.
gframe/game.cpp
View file @
5d2bdf89
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x12
d
0
;
const
unsigned
short
PRO_VERSION
=
0x12
e
0
;
namespace
ygo
{
...
...
script/c35112613.lua
View file @
5d2bdf89
...
...
@@ -35,7 +35,7 @@ function c35112613.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c35112613
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x55
)
and
c
:
GetCode
()
~=
35112613
and
c
:
IsAbleToGraveAsCost
()
return
c
:
IsSetCard
(
0x55
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
GetCode
()
~=
35112613
and
c
:
IsAbleToGraveAsCost
()
end
function
c35112613
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
35112613
)
==
0
and
Duel
.
IsExistingMatchingCard
(
c35112613
.
cfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
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