mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'slipped/spearbug' into 'master'
fix spear bug See merge request veloren/veloren!3212
This commit is contained in:
commit
0b16205e70
@ -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