guh (#12474)
Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -233,7 +233,7 @@ namespace Content.Server.Doors.Systems
|
|||||||
if (!TryComp(xform.ParentUid, out GridAtmosphereComponent? gridAtmosphere))
|
if (!TryComp(xform.ParentUid, out GridAtmosphereComponent? gridAtmosphere))
|
||||||
return (false, false);
|
return (false, false);
|
||||||
|
|
||||||
var grid = Comp<IMapGridComponent>(xform.ParentUid).Grid;
|
var grid = Comp<MapGridComponent>(xform.ParentUid).Grid;
|
||||||
var pos = grid.CoordinatesToTile(xform.Coordinates);
|
var pos = grid.CoordinatesToTile(xform.Coordinates);
|
||||||
var minPressure = float.MaxValue;
|
var minPressure = float.MaxValue;
|
||||||
var maxPressure = float.MinValue;
|
var maxPressure = float.MinValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user