From f9b8c2dbc927dc106a48137bdf301135118a3e5c Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Sun, 22 Mar 2015 16:25:24 +0100 Subject: [PATCH] Fixes #8534. Sets icontype to its proper value. --- code/modules/mob/living/silicon/robot/robot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 3647352aab..f8238209a8 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -113,7 +113,7 @@ var/list/robot_verbs_default = list( robot_modules_background.layer = 19 //Objects that appear on screen are on layer 20, UI should be just below it. ident = rand(1, 999) module_sprites["Basic"] = "robot" - icontype = "Default" + icontype = "Basic" updatename("Default") updateicon()