From be4e17954d40283f4e5664ba3209ca0267af4eda Mon Sep 17 00:00:00 2001 From: nmajask Date: Thu, 14 Apr 2022 02:03:37 -0400 Subject: [PATCH] Update items.dm --- code/modules/holodeck/items.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/holodeck/items.dm b/code/modules/holodeck/items.dm index c991aff0dac7..3509072a7ce5 100644 --- a/code/modules/holodeck/items.dm +++ b/code/modules/holodeck/items.dm @@ -13,6 +13,7 @@ /obj/item/holo/esword name = "holographic energy sword" desc = "May the force be with you. Sorta." + icon = 'icons/obj/weapons/energy.dmi' icon_state = "sword0" lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' @@ -70,6 +71,7 @@ name = "basketball" icon_state = "basketball" item_state = "basketball" + icon = 'icons/obj/toy.dmi' desc = "Here's your chance, do your dance at the Space Jam." w_class = WEIGHT_CLASS_BULKY //Stops people from hiding it in their bags/pockets