From ba55351e4af3fb851a338a179781aebd8fceaed3 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:43:11 -0700 Subject: [PATCH] Update twohanded.dm --- code/game/objects/items/twohanded.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/twohanded.dm b/code/game/objects/items/twohanded.dm index 2691168d64..a7da5c0210 100644 --- a/code/game/objects/items/twohanded.dm +++ b/code/game/objects/items/twohanded.dm @@ -608,7 +608,7 @@ /obj/item/twohanded/spear/Initialize() . = ..() AddComponent(/datum/component/butchering, 100, 70) //decent in a pinch, but pretty bad. - AddComponent(/datum/component/josuting) + AddComponent(/datum/component/jousting) AddElement(/datum/element/sword_point) /obj/item/twohanded/spear/attack_self(mob/user)