From eeac2f369da0df68f61ddf019251924518ec4c20 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Sat, 7 Aug 2021 00:19:10 +1000 Subject: [PATCH] Offset station on roundstart again --- Content.Shared/CCVar/CCVars.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 450cc14727..7491e4c63b 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -59,10 +59,11 @@ namespace Content.Shared.CCVar /// Whether a random position offset will be applied to the station on roundstart. /// public static readonly CVarDef StationOffset = - CVarDef.Create("game.station_offset", false); + CVarDef.Create("game.station_offset", true); /// /// When the default blueprint is loaded what is the maximum amount it can be offset from 0,0. + /// Does nothing without as true. /// public static readonly CVarDef MaxStationOffset = CVarDef.Create("game.maxstationoffset", 1000.0f);