Fix 100k toggle move intent comsig runtimes (#82239)

## About The Pull Request

`user` isn't passed in many situations in which `toggle_move_intent` is
called and also it's useless to pass `user` because it should just be
The Mob
This commit is contained in:
MrMelbert
2024-03-26 21:45:55 -04:00
committed by GitHub
parent 088a5f0405
commit 2c335bc2f0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -384,7 +384,7 @@
/atom/movable/screen/mov_intent/proc/toggle(mob/living/user)
if(!istype(user))
return
user.toggle_move_intent(user)
user.toggle_move_intent()
/atom/movable/screen/pull
name = "stop pulling"