]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Don't treat vgroid as station grid (#29811)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 8 Jul 2024 18:05:01 +0000 (04:05 +1000)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2024 18:05:01 +0000 (12:05 -0600)
Forgot I added this toggle.

Resources/Prototypes/Entities/Stations/base.yml

index 7b58091588345ea653997ad54ab346b44466b683..c7b54f457170baf0e76c13ed00c580bf0fece03d 100644 (file)
       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
           - /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