[Tweak] Торговая станция карго вынесена на отдельную карту (#391)
* feat: торговая станция вынесена на отдельную карту * tweak: отключить случайный поворот и офсет станции
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user