mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
6 lines
162 B
Plaintext
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)
|
|
..() |