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'