mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user