Skip to content

Commit

Permalink
Update mob_movement.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 17, 2024
1 parent 73f6430 commit bf7bb3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/mob/mob_movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,11 @@
mob.life_steps_total++
if(mob.clone != null)
mob.update_clone()

next_movement = world.time + move_delay
mob.move_intentionally = FALSE
moving = FALSE
next_movement = world.time + move_delay

return

///Process_Spacemove
Expand Down

0 comments on commit bf7bb3e

Please sign in to comment.