]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Turn off speedup and heat scaling to isolate bug (#22405)
authorKevin Zheng <kevinz5000@gmail.com>
Tue, 12 Dec 2023 10:03:01 +0000 (02:03 -0800)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 10:03:01 +0000 (03:03 -0700)
Content.Shared/CCVar/CCVars.cs

index 704705c3d989a432a508a096dcc4ece8fc5330af..a263cfc4f5d77d46fdfd98f5b86fc1973a3929fd 100644 (file)
@@ -1051,14 +1051,14 @@ namespace Content.Shared.CCVar
         ///     in-game.
         /// </summary>
         public static readonly CVarDef<float> AtmosSpeedup =
-            CVarDef.Create("atmos.speedup", 8f, CVar.SERVERONLY);
+            CVarDef.Create("atmos.speedup", 1f, CVar.SERVERONLY);
 
         /// <summary>
         ///     Like atmos.speedup, but only for gas and reaction heat values. 64x means
         ///     gases heat up and cool down 64x faster than real life.
         /// </summary>
         public static readonly CVarDef<float> AtmosHeatScale =
-            CVarDef.Create("atmos.heat_scale", 64f, CVar.SERVERONLY);
+            CVarDef.Create("atmos.heat_scale", 1f, CVar.SERVERONLY);
 
         /*
          * MIDI instruments