mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
better fix. Just call it when it's needed
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
clamp_values()
|
||||
|
||||
if(..())
|
||||
update_stat("Robot/Life")
|
||||
handle_robot_cell()
|
||||
process_locks()
|
||||
process_queued_alarms()
|
||||
@@ -208,6 +207,7 @@
|
||||
canmove = 0
|
||||
else
|
||||
canmove = 1
|
||||
update_stat("robot/update_canmove")
|
||||
update_transform()
|
||||
if(!delay_action_updates)
|
||||
update_action_buttons_icon()
|
||||
|
||||
Reference in New Issue
Block a user