Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced Misplaced BasePenAdvanced in the Spectre's Bridge With a Captain's Pen. #2293

Merged
merged 4 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Resources/Maps/_NF/Shuttles/spectre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2106,14 +2106,6 @@ entities:
- type: Transform
pos: -9.5,0.5
parent: 3
- proto: BaseAdvancedPen
entities:
- uid: 1032
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 1.2843938,24.057287
parent: 3
- proto: Bed
entities:
- uid: 876
Expand Down Expand Up @@ -6036,6 +6028,14 @@ entities:
rot: -1.5707963267948966 rad
pos: 1.7531438,23.885412
parent: 3
- proto: PenCap
entities:
- uid: 1032
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 1.2843938,24.057287
parent: 3
- proto: PortableScrubber
entities:
- uid: 77
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/spectre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
id: Spectre
name: NR Spectre
description: A large, attractive but dated vessel with a pure focus on research and development. It is capable of generating anomalies.
price: 185000
price: 185000 # Anomaly spawner
category: Large
group: Shipyard
shuttlePath: /Maps/_NF/Shuttles/spectre.yml
Expand Down
Loading