[MIRROR] Kills twitching corpses dead (#2243)

* Kills twitching corpses dead (#55600)

* is this legal

* softcrit is okay

* Kills twitching corpses dead

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-19 12:09:52 +00:00
committed by GitHub
co-authored by Ryll Ryll
parent f23f560bfb
commit faadd3c29e
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)