Couple borg UI fixes.

-Fixes missing default module UI icons.
-Fixes the UI mudule icons breaking on relog. (oh please who the fuck puts a ..() at the top when the parent proc is nothing but a single return???)
This commit is contained in:
Verkister
2018-03-07 10:19:06 +02:00
parent 5e9cf9df06
commit f554062103
3 changed files with 1 additions and 1 deletions

View File

@@ -276,6 +276,6 @@ var/obj/screen/robot_inventory
r.client.screen -= r.robot_modules_background
/mob/living/silicon/robot/update_hud()
..()
if(modtype)
hands.icon_state = lowertext(modtype)
..()