From a6341f4cab49eed796087fa1250eda7ea742d855 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 23 Apr 2017 10:11:42 +0300 Subject: [PATCH] Couldn't find the reset module in the code, but added something that should fix offset and icon directory for standard borg in case it gets borked from un-dogborging. --- code/modules/mob/living/silicon/robot/robot.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 67ccbca53a..67813f2b32 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -607,6 +607,10 @@ if(stat == DEAD) icon_state = "k9-wreck" + if(module.cyborg_base_icon == "robot") + icon = 'icons/mob/robots.dmi' + pixel_x = initial(pixel_x) + if(stat != DEAD && !(paralysis || stunned || weakened || low_power_mode)) //Not dead, not stunned. if(!eye_lights) eye_lights = new()