[MIRROR] fix timer window (#9135)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-03 15:42:47 -07:00
committed by GitHub
parent 4ff2ed823b
commit 58ab7a2d7b
4 changed files with 7 additions and 8 deletions

View File

@@ -256,9 +256,9 @@ var/obj/screen/robot_inventory
control_vtec.icon_state = "speed_2"
R.m_intent = "run"
R.hud_used.move_intent.icon_state = "running"
R.client.screen += control_vtec
R.client?.screen += control_vtec
else
R.client.screen -= control_vtec
R.client?.screen -= control_vtec
R.speed = 0
/datum/hud/proc/toggle_show_robot_modules()