mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user