Anomaly events & science point gen tweaks (#13590)
This commit is contained in:
@@ -74,7 +74,7 @@ public sealed partial class AnomalySystem
|
||||
UpdateGeneratorUi(uid, component);
|
||||
}
|
||||
|
||||
private void SpawnOnRandomGridLocation(EntityUid grid, string toSpawn)
|
||||
public void SpawnOnRandomGridLocation(EntityUid grid, string toSpawn)
|
||||
{
|
||||
if (!TryComp<MapGridComponent>(grid, out var gridComp))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user