Files
CHOMPStation2/code/_onclick/hud/robot_vr.dm
Verkister f54383b995 vr
2018-03-09 22:59:47 +02:00

6 lines
162 B
Plaintext

/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)
..()