Skip to content

Commit

Permalink
Merge branch 'master' into subpoenahud
Browse files Browse the repository at this point in the history
  • Loading branch information
BellwetherLogic authored Jun 21, 2024
2 parents 6e75e85 + 8b50f33 commit 67f05ab
Show file tree
Hide file tree
Showing 10 changed files with 13,460 additions and 902 deletions.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public sealed class PostMapInitTest

private static readonly string[] Grids =
{
"/Maps/centcomm.yml",
"/Maps/DeltaV/centcomm.yml",
"/Maps/Shuttles/cargo.yml",
"/Maps/Shuttles/emergency.yml",
"/Maps/Shuttles/infiltrator.yml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed partial class StationCentcommComponent : Component
public float ShuttleIndex;

[DataField]
public ResPath Map = new("/Maps/centcomm.yml");
public ResPath Map = new("/Maps/DeltaV/centcomm.yml"); // DeltaV

/// <summary>
/// Centcomm entity that was loaded.
Expand Down
22 changes: 22 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2791,3 +2791,25 @@
id: 407
time: '2024-06-19T05:02:56.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1330
- author: deltanedas
changes:
- message: CentComm now has a justice department if you want to use it for admemes.
type: Tweak
id: 408
time: '2024-06-19T14:48:59.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1352
- author: Velcroboy
changes:
- message: Added the NTES-Fishbowl, a stylish new ride to Centcomm from The Hive
Station
type: Add
id: 409
time: '2024-06-20T17:32:27.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1417
- author: Lyndomen
changes:
- message: Sleeper Agents are waking up!
type: Add
id: 410
time: '2024-06-20T20:36:51.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1389
Loading

0 comments on commit 67f05ab

Please sign in to comment.