Code cleanup: puddles and spreaders (#26102)
* Removed obsolete MapManager calls * More code cleanup * EnsureComp * Rerun tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Robust.Shared.Collections;
|
||||
using Robust.Shared.Map;
|
||||
using Robust.Shared.Map.Components;
|
||||
|
||||
namespace Content.Server.Spreader;
|
||||
@@ -10,7 +11,7 @@ namespace Content.Server.Spreader;
|
||||
[ByRefEvent]
|
||||
public record struct SpreadNeighborsEvent
|
||||
{
|
||||
public ValueList<(MapGridComponent Grid, Vector2i Tile)> NeighborFreeTiles;
|
||||
public ValueList<(MapGridComponent Grid, TileRef Tile)> NeighborFreeTiles;
|
||||
public ValueList<EntityUid> Neighbors;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user