Predicted footstep sounds (#7107)

This commit is contained in:
metalgearsloth
2022-03-14 02:42:39 +11:00
committed by GitHub
parent dc5720bc86
commit ba9312ccc7
8 changed files with 168 additions and 177 deletions

View File

@@ -609,10 +609,6 @@ namespace Content.Shared.CCVar
/*
* Shuttles
*/
// Once cruising actually gets implemented I'd likely drop this speed to 3 maybe.
public static readonly CVarDef<float> ShuttleDockSpeedCap =
CVarDef.Create("shuttle.dock_speed_cap", 5f, CVar.SERVERONLY);
public static readonly CVarDef<float> ShuttleMaxLinearSpeed =
CVarDef.Create("shuttle.max_linear_speed", 13f, CVar.SERVERONLY);