Skip to content

Commit

Permalink
fixed transfer spawns, fixed build errors and fixed arrival path
Browse files Browse the repository at this point in the history
  • Loading branch information
rynkatze committed Aug 19, 2024
1 parent 782dc2d commit 3c07491
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/SP14/arrivals.yml");
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,17 +1025,17 @@ entities:
- type: Transform
pos: 3.5,-2.5
parent: 2
- proto: SpawnPointPrisonOfficer
- proto: SpawnMobShuttlePrisonOfficer
entities:
- uid: 188
components:
- type: Transform
pos: 4.5,2.5
pos: 1.5,1.5
parent: 2
- uid: 189
components:
- type: Transform
pos: 1.5,1.5
pos: 4.5,2.5
parent: 2
- proto: SubstationWallBasic
entities:
Expand Down
4 changes: 0 additions & 4 deletions Resources/Prototypes/Entities/Markers/Spawners/SP14/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
- type: Sprite
layers:
- state: green
- sprite: /Textures/Interface/Misc/SP14/job_icons.rsi
- state: SPPrisoner
- type: RandomSpawner
prototypes:
- RandomHumanoidShuttlePrisoner
Expand All @@ -20,8 +18,6 @@
- type: Sprite
layers:
- state: green
- sprite: /Textures/Interface/Misc/SP14/job_icons.rsi
- state: SPPrisoner
- type: RandomSpawner
prototypes:
- RandomHumanoidShuttlePrisonerOfficer

0 comments on commit 3c07491

Please sign in to comment.