Kills twitching corpses dead (#55600)

* is this legal

* softcrit is okay
This commit is contained in:
Ryll Ryll
2020-12-19 03:42:59 -08:00
committed by GitHub
parent c7b46fea81
commit 4bb58af0ea
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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)