Make anomaly generator always spawn anomalies on station (#18508)

This commit is contained in:
Nemanja
2023-08-01 00:12:55 -04:00
committed by GitHub
parent 73c323fd62
commit edd7535564
3 changed files with 16 additions and 7 deletions

View File

@@ -449,7 +449,7 @@ public sealed class StationSystem : EntitySystem
/// Returns the first station that has a grid in a certain map.
/// If the map has no stations, null is returned instead.
/// </summary>
/// </remarks
/// <remarks>
/// If there are multiple stations on a map it is probably arbitrary which one is returned.
/// </remarks>
public EntityUid? GetStationInMap(MapId map)