Skip to content

Commit

Permalink
All tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jan 1, 2024
1 parent df92f0f commit dfba8df
Show file tree
Hide file tree
Showing 4 changed files with 190 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 dfba8df

Please sign in to comment.