选择随从成功后, 广播消息不过滤发送者

This commit is contained in:
zhl 2021-03-08 16:29:41 +08:00
parent 7e25ba188a
commit 8b6e92f352

View File

@ -107,7 +107,7 @@ export class SelectPetCommand extends Command<CardGameState, {
dstpet: pos,
dbpt_cnt,
oldpos
}, {except: client})
})
let time = this.room.battleMan.useCard(data)
await this.delay(time)
const multipEat = !!this.state.rules.get(RULE_MULTIPLEEAT)