MoreJollyStuff
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
19051
Resources/Maps/Misc/terminalNY.yml
Normal file
19051
Resources/Maps/Misc/terminalNY.yml
Normal file
File diff suppressed because it is too large
Load Diff
2132
Resources/Maps/Shuttles/White/arrivalsNY.yml
Normal file
2132
Resources/Maps/Shuttles/White/arrivalsNY.yml
Normal file
File diff suppressed because it is too large
Load Diff
42772
Resources/Maps/White/centcommNY.yml
Normal file
42772
Resources/Maps/White/centcommNY.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user