mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
vr
This commit is contained in:
@@ -276,8 +276,6 @@ var/obj/screen/robot_inventory
|
|||||||
r.client.screen -= r.robot_modules_background
|
r.client.screen -= r.robot_modules_background
|
||||||
|
|
||||||
/mob/living/silicon/robot/update_hud()
|
/mob/living/silicon/robot/update_hud()
|
||||||
if(ui_style_vr) //VOREStation Edit
|
..()
|
||||||
hands.icon = 'icons/mob/screen1_robot_vr.dmi'
|
|
||||||
if(modtype)
|
if(modtype)
|
||||||
hands.icon_state = lowertext(modtype)
|
hands.icon_state = lowertext(modtype)
|
||||||
..()
|
|
||||||
6
code/_onclick/hud/robot_vr.dm
Normal file
6
code/_onclick/hud/robot_vr.dm
Normal 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)
|
||||||
|
..()
|
||||||
@@ -123,6 +123,7 @@
|
|||||||
#include "code\_onclick\hud\movable_screen_objects.dm"
|
#include "code\_onclick\hud\movable_screen_objects.dm"
|
||||||
#include "code\_onclick\hud\other_mobs.dm"
|
#include "code\_onclick\hud\other_mobs.dm"
|
||||||
#include "code\_onclick\hud\robot.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.dm"
|
||||||
#include "code\_onclick\hud\screen_objects_vr.dm"
|
#include "code\_onclick\hud\screen_objects_vr.dm"
|
||||||
#include "code\_onclick\hud\spell_screen_objects.dm"
|
#include "code\_onclick\hud\spell_screen_objects.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user