From e569ee24c3f2feab927281c618cf4b6f6ef61cd9 Mon Sep 17 00:00:00 2001 From: jshipsey Date: Thu, 17 Feb 2022 00:58:25 -0500 Subject: [PATCH] fix --- server/src/sys/agent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/sys/agent.rs b/server/src/sys/agent.rs index 2ab2dd5cb7..2fcd8e0279 100644 --- a/server/src/sys/agent.rs +++ b/server/src/sys/agent.rs @@ -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, };