diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index f95e8cc43b..581482beb7 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1051,14 +1051,14 @@ namespace Content.Shared.CCVar /// in-game. /// public static readonly CVarDef AtmosSpeedup = - CVarDef.Create("atmos.speedup", 8f, CVar.SERVERONLY); + CVarDef.Create("atmos.speedup", 1f, CVar.SERVERONLY); /// /// Like atmos.speedup, but only for gas and reaction heat values. 64x means /// gases heat up and cool down 64x faster than real life. /// public static readonly CVarDef AtmosHeatScale = - CVarDef.Create("atmos.heat_scale", 64f, CVar.SERVERONLY); + CVarDef.Create("atmos.heat_scale", 1f, CVar.SERVERONLY); /* * MIDI instruments