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")]
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;
[DataField]
public ResPath Map = new("/Maps/White/centcomm.yml"); // WD
public ResPath Map = new("/Maps/White/centcommNY.yml"); // WD
/// <summary>
/// Centcomm entity that was loaded.