From 2aefeb0b81f487d1cbeafdb8f1a8cb889093ffd6 Mon Sep 17 00:00:00 2001 From: CollenN Date: Mon, 12 May 2014 16:35:30 -0400 Subject: [PATCH] Sechud uses right icon --- code/game/objects/items/robot/robot_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/robot/robot_items.dm b/code/game/objects/items/robot/robot_items.dm index 92f4e2fdd57..ef64a6f0d56 100644 --- a/code/game/objects/items/robot/robot_items.dm +++ b/code/game/objects/items/robot/robot_items.dm @@ -75,7 +75,7 @@ /obj/item/borg/sight/hud/sec name = "security hud" - icon = 'icons/obj/clothing/glasses.dmi' + icon = 'icons/mob/robot_items.dmi' icon_state = "securityhud" New()