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

Revert Salvage Shittle and Trading Post removal #344

Merged
Merged
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
26 changes: 13 additions & 13 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: BaseStation
abstract: true
components:
Expand Down Expand Up @@ -46,15 +46,15 @@
path: /Maps/Shuttles/cargo.yml
- type: GridSpawn
groups:
# trade:
# addComponents:
# - type: ProtectedGrid
# - type: TradeStation
# paths:
# - /Maps/Shuttles/trading_outpost.yml
# mining:
# paths:
# - /Maps/Shuttles/mining.yml
trade:
addComponents:
- type: ProtectedGrid
- type: TradeStation
paths:
- /Maps/Shuttles/trading_outpost.yml
mining:
paths:
- /Maps/Shuttles/mining.yml
# Spawn last
ruins:
hide: true
Expand All @@ -80,9 +80,9 @@
cargo:
paths:
- /Maps/Shuttles/cargo_core.yml
# mining:
# paths:
# - /Maps/Shuttles/mining.yml
mining:
paths:
- /Maps/Shuttles/mining.yml
ruins:
hide: true
nameGrid: true
Expand Down
Loading