]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Document why tile ripping was disabled upstream (#22315)
authorFlareguy <78941145+Flareguy@users.noreply.github.com>
Mon, 11 Dec 2023 19:45:26 +0000 (13:45 -0600)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 19:45:26 +0000 (11:45 -0800)
Content.Shared/CCVar/CCVars.cs

index 4a6ee046a2b38c980a65b547a52707e8c61df4d9..dc35ee4368b6b431d142a72432d505f376d06e30 100644 (file)
@@ -968,6 +968,9 @@ namespace Content.Shared.CCVar
         /// <summary>
         ///     Whether monstermos explosive depressurization will rip tiles..
         ///     Needs <see cref="MonstermosEqualization"/> and <see cref="MonstermosDepressurization"/> to be enabled to work.
+               ///     WARNING: This cvar causes MAJOR contrast issues, and usually tends to make any spaced scene look very cluttered.
+               ///     This not only usually looks strange, but can also reduce playability for people with impaired vision. Please think twice before enabling this on your server.
+               ///     Also looks weird on slow spacing for unrelated reasons. If you do want to enable this, you should probably turn on instaspacing.
         /// </summary>
         public static readonly CVarDef<bool> MonstermosRipTiles =
             CVarDef.Create("atmos.monstermos_rip_tiles", false, CVar.SERVERONLY);