Files
CHOMPStation2/code/_onclick/hud/robot_vr.dm
CHOMPStation2 51b73e8042 [MIRROR] [READY] Removes Dogborgs (#6763)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
Co-authored-by: kcin2001 <rnlb2001@gmail.com>
2023-08-14 08:01:48 +02:00

4 lines
100 B
Plaintext

/mob/living/silicon/robot/update_hud()
if(modtype)
hands.icon_state = get_hud_module_icon()
..()