mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Fix Atmospherics dP not trolling partially airtight entities (#40435)
* Fix dP not trolling partially airtight entities * Assumptions in atmospherics are the root of all evil
This commit is contained in:
@@ -355,10 +355,6 @@ public partial class AtmosphereSystem
|
||||
grid.Comp.DeltaPressureEntityLookup[ent.Owner] = grid.Comp.DeltaPressureEntities.Count;
|
||||
grid.Comp.DeltaPressureEntities.Add(ent);
|
||||
|
||||
ent.Comp.CurrentPosition = _map.CoordinatesToTile(grid,
|
||||
Comp<MapGridComponent>(grid),
|
||||
xform.Coordinates);
|
||||
|
||||
ent.Comp.GridUid = grid.Owner;
|
||||
ent.Comp.InProcessingList = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user