Skip to content
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