mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Kills twitching corpses dead (#55600)
* is this legal * softcrit is okay
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
movement_dir = turn(movement_dir, -dir2angle(user.dir)) //By doing this we ensure that our input direction is offset by the client (camera) direction
|
||||
|
||||
if(user.movement_locked)
|
||||
setDir(movement_dir)
|
||||
keybind_face_direction(movement_dir)
|
||||
else
|
||||
user.Move(get_step(src, movement_dir), movement_dir)
|
||||
|
||||
Reference in New Issue
Block a user