Turn arrivals into a planetmap (#21777)

This commit is contained in:
metalgearsloth
2023-12-11 20:34:19 +11:00
committed by GitHub
parent b33906567d
commit 02c8e585f7
2 changed files with 33 additions and 0 deletions

View File

@@ -1246,6 +1246,12 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<bool> CameraRotationLocked =
CVarDef.Create("shuttle.camera_rotation_locked", false, CVar.REPLICATED);
/// <summary>
/// Whether the arrivals terminal should be on a planet map.
/// </summary>
public static readonly CVarDef<bool> ArrivalsPlanet =
CVarDef.Create("shuttle.arrivals_planet", true, CVar.SERVERONLY);
/// <summary>
/// Whether the arrivals shuttle is enabled.
/// </summary>