Skip to content

Commit

Permalink
Don't treat vgroid as station grid (#29811)
Browse files Browse the repository at this point in the history
Forgot I added this toggle.
  • Loading branch information
metalgearsloth authored Jul 8, 2024
1 parent d6c4ebd commit 40f735a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@
path: /Maps/Shuttles/cargo.yml
- type: GridSpawn
groups:
vgroid: !type:DungeonSpawnGroup
minimumDistance: 1000
nameDataset: names_borer
addComponents:
- type: Gravity
enabled: true
inherent: true
protos:
- VGRoid
trade: !type:GridSpawnGroup
addComponents:
- type: ProtectedGrid
Expand All @@ -81,6 +72,16 @@
- /Maps/Ruins/syndicate_dropship.yml
- /Maps/Ruins/whiteship_ancient.yml
- /Maps/Ruins/whiteship_bluespacejumper.yml
vgroid: !type:DungeonSpawnGroup
minimumDistance: 1000
nameDataset: names_borer
stationGrid: false
addComponents:
- type: Gravity
enabled: true
inherent: true
protos:
- VGRoid

- type: entity
id: BaseStationCentcomm
Expand Down

0 comments on commit 40f735a

Please sign in to comment.