【指挥官技能】增加对载具生效
parent
ab25dcc98b
commit
1018fe490f
|
|
@ -68,12 +68,7 @@ namespace Gameplay.PlayerSkill.Logic
|
|||
// 只对角色和载具生效
|
||||
continue;
|
||||
}
|
||||
var charactor = unit as Character.Character;
|
||||
if (charactor == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
charactor.MoveTo(owner.selectedCellIndex, true);
|
||||
unit.MoveTo(owner.selectedCellIndex, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue