mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix
This commit is contained in:
parent
bdb10c4e14
commit
e569ee24c3
@ -1703,7 +1703,7 @@ impl<'a> AgentData<'a> {
|
||||
ToolKind::Staff => Tactic::Staff,
|
||||
ToolKind::Sceptre => Tactic::Sceptre,
|
||||
ToolKind::Hammer => Tactic::Hammer,
|
||||
ToolKind::Sword | ToolKind::Spear | ToolKind::Blowgun => Tactic::Sword,
|
||||
ToolKind::Sword | ToolKind::Blowgun => Tactic::Sword,
|
||||
ToolKind::Axe => Tactic::Axe,
|
||||
_ => Tactic::SimpleMelee,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user