Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
8c65eef4
Commit
8c65eef4
authored
Apr 27, 2014
by
Fluorohydride
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
802252a4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8 deletions
+6
-8
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-0
gframe/event_handler.cpp
gframe/event_handler.cpp
+1
-0
ocgcore/card.cpp
ocgcore/card.cpp
+1
-2
script/c55713623.lua
script/c55713623.lua
+2
-5
strings.conf
strings.conf
+1
-1
No files found.
gframe/duelclient.cpp
View file @
8c65eef4
...
...
@@ -1425,6 +1425,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
mainGame
->
dField
.
sort_list
.
push_back
(
0
);
}
if
(
mainGame
->
chkAutoChain
->
isChecked
()
&&
mainGame
->
dInfo
.
curMsg
==
MSG_SORT_CHAIN
)
{
mainGame
->
dField
.
sort_list
.
clear
();
SetResponseI
(
-
1
);
DuelClient
::
SendResponse
();
return
true
;
...
...
gframe/event_handler.cpp
View file @
8c65eef4
...
...
@@ -618,6 +618,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
respbuf
[
i
]
=
sort_list
[
i
]
-
1
;
DuelClient
::
SetResponseB
(
respbuf
,
select_max
);
mainGame
->
HideElement
(
mainGame
->
wCardSelect
,
true
);
sort_list
.
clear
();
}
}
break
;
...
...
ocgcore/card.cpp
View file @
8c65eef4
...
...
@@ -351,9 +351,8 @@ int32 card::get_attack(uint8 swap) {
temp
.
attack
=
base
;
}
}
}
if
(
eset
[
i
]
->
type
&
EFFECT_TYPE_SINGLE
)
up
+=
eset
[
i
]
->
get_value
(
this
);
}
else
upc
+=
eset
[
i
]
->
get_value
(
this
);
break
;
...
...
script/c55713623.lua
View file @
8c65eef4
...
...
@@ -26,12 +26,9 @@ function c55713623.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SET_ATTACK
)
e1
:
SetCode
(
EFFECT_SET_
BASE_
ATTACK
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetValue
(
c55713623
.
atkval
)
e1
:
SetValue
(
tc
:
GetTextAttack
()
/
2
)
tc
:
RegisterEffect
(
e1
)
end
end
function
c55713623
.
atkval
(
e
,
c
)
return
c
:
GetBaseAttack
()
/
2
end
strings.conf
View file @
8c65eef4
...
...
@@ -167,7 +167,7 @@
!
system
1071
反转
!
system
1072
卡通
!
system
1073
超量
!
system
1074
钟
摆
!
system
1074
摇
摆
!
system
1080
(
N
/
A
)
#GUI
!
system
1100
魔陷破坏
...
...
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