MoreJollyStuff

This commit is contained in:
BIGZi0348
2024-12-29 15:26:09 +03:00
parent 8d659bd81e
commit 7d103834d2
7 changed files with 63959 additions and 4 deletions

View File

@@ -12,5 +12,5 @@ public sealed partial class StationArrivalsComponent : Component
[DataField("shuttle")] [DataField("shuttle")]
public EntityUid Shuttle; public EntityUid Shuttle;
[DataField("shuttlePath")] public ResPath ShuttlePath = new("/Maps/Shuttles/arrivals.yml"); [DataField("shuttlePath")] public ResPath ShuttlePath = new("/Maps/Shuttles/White/arrivalsNY.yml"); // WD
} }

View File

@@ -16,7 +16,7 @@ public sealed partial class StationCentcommComponent : Component
public float ShuttleIndex; public float ShuttleIndex;
[DataField] [DataField]
public ResPath Map = new("/Maps/White/centcomm.yml"); // WD public ResPath Map = new("/Maps/White/centcommNY.yml"); // WD
/// <summary> /// <summary>
/// Centcomm entity that was loaded. /// Centcomm entity that was loaded.

View File

@@ -1390,7 +1390,7 @@ namespace Content.Shared.CCVar
/// The map to use for the arrivals station. /// The map to use for the arrivals station.
/// </summary> /// </summary>
public static readonly CVarDef<string> ArrivalsMap = public static readonly CVarDef<string> ArrivalsMap =
CVarDef.Create("shuttle.arrivals_map", "/Maps/Misc/terminal.yml", CVar.SERVERONLY); CVarDef.Create("shuttle.arrivals_map", "/Maps/Misc/terminalNY.yml", CVar.SERVERONLY); // WD
/// <summary> /// <summary>
/// Cooldown between arrivals departures. This should be longer than the FTL time or it will double cycle. /// Cooldown between arrivals departures. This should be longer than the FTL time or it will double cycle.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
- type: gameMap - type: gameMap
id: CentComm id: CentComm
mapName: 'Central Command' mapName: 'Central Command'
mapPath: /Maps/White/centcomm.yml mapPath: /Maps/White/centcommNY.yml
minPlayers: 10 minPlayers: 10
stations: stations:
centcomm: centcomm: