Commit bcf6d4a1 authored by Chunchi Che's avatar Chunchi Che

fix start

parent 5051a96d
Pipeline #22054 passed with stages
in 13 minutes and 38 seconds
......@@ -42,8 +42,8 @@ export default (start: ygopro.StocGameMessage.MsgStart) => {
genCard({
uuid: v4uuid(),
code: 0,
controller: i < 3 ? 1 - opponent : opponent, // 前3个是自己的卡组,后3个是对手的卡组
originController: i < 3 ? 1 - opponent : opponent,
controller: i < 3 ? 0 : 1,
originController: i < 3 ? 0 : 1,
zone: [
ygopro.CardZone.DECK,
ygopro.CardZone.EXTRA,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment