mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01: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)
|
|
..() |