From 10dad1867ac8c2f72f3b1bac87b0c5fa41f18558 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 21 May 2016 20:42:39 -0400 Subject: [PATCH] Fixes invisible borgs after reset from wide sprites --- code/game/objects/items/robot/robot_upgrades.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index a13df854cb..49514dced7 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -28,7 +28,7 @@ R.uneq_all() R.modtype = initial(R.modtype) R.hands.icon_state = initial(R.hands.icon_state) - + R.icon = initial(R.icon) //VOREStation Edit - Dogborg reset tweak since separate file. R.notify_ai(ROBOT_NOTIFICATION_MODULE_RESET, R.module.name) R.module.Reset(R) qdel(R.module)