选择随从成功后, 广播消息不过滤发送者
This commit is contained in:
parent
7e25ba188a
commit
8b6e92f352
@ -107,7 +107,7 @@ export class SelectPetCommand extends Command<CardGameState, {
|
|||||||
dstpet: pos,
|
dstpet: pos,
|
||||||
dbpt_cnt,
|
dbpt_cnt,
|
||||||
oldpos
|
oldpos
|
||||||
}, {except: client})
|
})
|
||||||
let time = this.room.battleMan.useCard(data)
|
let time = this.room.battleMan.useCard(data)
|
||||||
await this.delay(time)
|
await this.delay(time)
|
||||||
const multipEat = !!this.state.rules.get(RULE_MULTIPLEEAT)
|
const multipEat = !!this.state.rules.get(RULE_MULTIPLEEAT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user