From 101b91051c06c4b0663abcaab60c8ed4685d268f Mon Sep 17 00:00:00 2001 From: Anrock Date: Sun, 2 Feb 2025 17:05:58 +0300 Subject: [PATCH 1/2] Remove POLEARMS category from makeshift knife spear --- data/json/items/melee/spears_and_polearms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/melee/spears_and_polearms.json b/data/json/items/melee/spears_and_polearms.json index 2d68a75cdcab2..344b30353fe08 100644 --- a/data/json/items/melee/spears_and_polearms.json +++ b/data/json/items/melee/spears_and_polearms.json @@ -217,7 +217,7 @@ "qualities": [ [ "CUT", 1 ], [ "COOK", 1 ], [ "BUTCHER", -28 ] ], "use_action": [ "HEAT_SOLID_ITEMS" ], "flags": [ "SPEAR", "REACH_ATTACK", "NONCONDUCTIVE", "SHEATH_SPEAR" ], - "weapon_category": [ "POLEARMS", "SPEARS" ], + "weapon_category": [ "SPEARS" ], "melee_damage": { "bash": 4, "stab": 26 } }, { From 37a1a2703eb9084730a8a90911cfdc3961ce3a70 Mon Sep 17 00:00:00 2001 From: Anrock Date: Sun, 2 Feb 2025 17:06:39 +0300 Subject: [PATCH 2/2] Remove POLEARMS category from bronze pike --- data/json/items/melee/spears_and_polearms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/melee/spears_and_polearms.json b/data/json/items/melee/spears_and_polearms.json index 344b30353fe08..396edc500c92a 100644 --- a/data/json/items/melee/spears_and_polearms.json +++ b/data/json/items/melee/spears_and_polearms.json @@ -713,7 +713,7 @@ "qualities": [ [ "COOK", 1 ] ], "use_action": [ "HEAT_SOLID_ITEMS" ], "flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ], - "weapon_category": [ "POLEARMS" ], + "weapon_category": [ "SPEARS" ], "category": "weapons", "melee_damage": { "bash": 9, "stab": 28 } },