From a62fcdcccb55e1b50e8faa7b22fef256b9e7d731 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Fri, 25 Oct 2019 03:34:13 +0200 Subject: [PATCH] forgot about the file extension. --- 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 e685198271..534305c9d6 100644 --- a/code/game/objects/items/twohanded.dm +++ b/code/game/objects/items/twohanded.dm @@ -470,7 +470,7 @@ ///////////////////////////////////////////////////// /obj/item/twohanded/dualsaber/hypereutactic - icon = 'icons/obj/1x2' + icon = 'icons/obj/1x2.dmi' icon_state = "hypereutactic" lefthand_file = 'icons/mob/inhands/64x64_lefthand.dmi' righthand_file = 'icons/mob/inhands/64x64_righthand.dmi'