diff --git a/code/game/objects/items/weapons/weaponry.dm b/code/game/objects/items/weapons/weaponry.dm index e7ccfb48c2b..fb5727c94d9 100644 --- a/code/game/objects/items/weapons/weaponry.dm +++ b/code/game/objects/items/weapons/weaponry.dm @@ -47,6 +47,8 @@ /obj/item/claymore name = "claymore" desc = "What are you standing around staring at this for? Get to killing!" + lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons_righthand.dmi' icon_state = "claymore" item_state = "claymore" flags = CONDUCT