Skip to content

Commit

Permalink
Listening Outpost Tweaks (#634)
Browse files Browse the repository at this point in the history
* All tweaks

* Update salvage.yml

Signed-off-by: VMSolidus <[email protected]>

---------

Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus authored Jan 1, 2024
1 parent df92f0f commit e360303
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 198 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Content.Server.StationEvents.Events;
using Content.Server.StationEvents.Events;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;

Expand All @@ -8,7 +8,7 @@ namespace Content.Server.StationEvents.Components;
public sealed partial class PirateRadioSpawnRuleComponent : Component
{
[DataField("PirateRadioShuttlePath")]
public string PirateRadioShuttlePath = "Maps/Shuttles/pirateradio.yml";
public string PirateRadioShuttlePath = "Maps/Shuttles/DeltaV/DV-pirateradio.yml";

[DataField("additionalRule")]
public EntityUid? AdditionalRule;
Expand Down
Loading

0 comments on commit e360303

Please sign in to comment.