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:
@ -1703,7 +1703,7 @@ impl<'a> AgentData<'a> {
|
|||||||
ToolKind::Staff => Tactic::Staff,
|
ToolKind::Staff => Tactic::Staff,
|
||||||
ToolKind::Sceptre => Tactic::Sceptre,
|
ToolKind::Sceptre => Tactic::Sceptre,
|
||||||
ToolKind::Hammer => Tactic::Hammer,
|
ToolKind::Hammer => Tactic::Hammer,
|
||||||
ToolKind::Sword | ToolKind::Spear | ToolKind::Blowgun => Tactic::Sword,
|
ToolKind::Sword | ToolKind::Blowgun => Tactic::Sword,
|
||||||
ToolKind::Axe => Tactic::Axe,
|
ToolKind::Axe => Tactic::Axe,
|
||||||
_ => Tactic::SimpleMelee,
|
_ => Tactic::SimpleMelee,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user