mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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