Procgen asteroids for salvage magnet (#17547)

* Procgen asteroids for salvage magnet

* big roids, remove min offset radius

* i fuck with configs a bit more

* some shit i guess

* actually this makes more sense
This commit is contained in:
Nemanja
2023-06-25 13:50:41 -04:00
committed by GitHub
parent c82d1b437e
commit 7cdfaa09d5
7 changed files with 261 additions and 187 deletions

View File

@@ -9,6 +9,6 @@
/// <summary>
/// The magnet that spawned this grid.
/// </summary>
public SalvageMagnetComponent? SpawnerMagnet;
public EntityUid? SpawnerMagnet;
}
}