This commit is contained in:
Verkister
2018-03-09 22:59:47 +02:00
parent 8cffc2298c
commit f54383b995
3 changed files with 9 additions and 4 deletions

View File

@@ -276,8 +276,6 @@ var/obj/screen/robot_inventory
r.client.screen -= r.robot_modules_background
/mob/living/silicon/robot/update_hud()
if(ui_style_vr) //VOREStation Edit
hands.icon = 'icons/mob/screen1_robot_vr.dmi'
..()
if(modtype)
hands.icon_state = lowertext(modtype)
..()
hands.icon_state = lowertext(modtype)

View File

@@ -0,0 +1,6 @@
/mob/living/silicon/robot/update_hud()
if(ui_style_vr)
hands.icon = 'icons/mob/screen1_robot_vr.dmi'
if(modtype)
hands.icon_state = lowertext(modtype)
..()

View File

@@ -123,6 +123,7 @@
#include "code\_onclick\hud\movable_screen_objects.dm"
#include "code\_onclick\hud\other_mobs.dm"
#include "code\_onclick\hud\robot.dm"
#include "code\_onclick\hud\robot_vr.dm"
#include "code\_onclick\hud\screen_objects.dm"
#include "code\_onclick\hud\screen_objects_vr.dm"
#include "code\_onclick\hud\spell_screen_objects.dm"