Add InvalidateTileAir Transform extension method (#2687)
* Add InvalidateTileAir Transform extension method * Add extension method for EntityCoordinates as well
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Server.GameObjects.Components.Atmos
|
||||
return true;
|
||||
}
|
||||
|
||||
public override TileAtmosphere? GetTile(Vector2i indices, bool createSpace = true)
|
||||
public override TileAtmosphere GetTile(Vector2i indices, bool createSpace = true)
|
||||
{
|
||||
return new(this, GridId.Invalid, indices, new GasMixture(2500, AtmosphereSystem), true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user