增加机器人选择随从相关日志
This commit is contained in:
parent
5b3746cc57
commit
c2ae148b75
@ -271,7 +271,7 @@ let assistantUtil = {
|
||||
return null
|
||||
}
|
||||
let targetType: SkillTargetType = CfgMan.getTargetByCard(result.effect)
|
||||
robotLog(`select_pet ${ dstPlayer.id }: ${ result.effect } 类型: ${ effectMap.get(result.effect).type_id == EffectType.skill ? '法术' : '随从' }, targetType: ${ targetType }`)
|
||||
robotLog(`select_pet ${ dstPlayer.id }: ${ result.effect } 类型: ${ effectMap.get(result.effect).type_id == EffectType.skill ? '法术' : '随从' }, targetType: ${ targetType }, oldpos: ${oldpos}`)
|
||||
let targetPlayer
|
||||
let targetPos
|
||||
switch (targetType) {
|
||||
@ -323,7 +323,8 @@ let assistantUtil = {
|
||||
player: targetPlayer?.id,
|
||||
pos: targetPos,
|
||||
effCards,
|
||||
oldpos
|
||||
oldpos,
|
||||
robot: 1
|
||||
}
|
||||
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user