[Tweak] Торговая станция карго вынесена на отдельную карту (#391)

* feat: торговая станция вынесена на отдельную карту

* tweak: отключить случайный поворот и офсет станции
This commit is contained in:
Remuchi
2024-06-28 19:23:19 +07:00
committed by GitHub
parent 5cfbe13c42
commit a07fdd7884
6 changed files with 153 additions and 44 deletions

View File

@@ -233,7 +233,7 @@ namespace Content.Shared.CCVar
/// Whether a random position offset will be applied to the station on roundstart.
/// </summary>
public static readonly CVarDef<bool> StationOffset =
CVarDef.Create("game.station_offset", true);
CVarDef.Create("game.station_offset", false);
/// <summary>
/// When the default blueprint is loaded what is the maximum amount it can be offset from 0,0.
@@ -246,7 +246,7 @@ namespace Content.Shared.CCVar
/// Whether a random rotation will be applied to the station on roundstart.
/// </summary>
public static readonly CVarDef<bool> StationRotation =
CVarDef.Create("game.station_rotation", true);
CVarDef.Create("game.station_rotation", false);
/// <summary>
/// When enabled, guests will be assigned permanent UIDs and will have their preferences stored.