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))
|
||||
return (false, false);
|
||||
|
||||
var grid = Comp<IMapGridComponent>(xform.ParentUid).Grid;
|
||||
var grid = Comp<MapGridComponent>(xform.ParentUid).Grid;
|
||||
var pos = grid.CoordinatesToTile(xform.Coordinates);
|
||||
var minPressure = float.MaxValue;
|
||||
var maxPressure = float.MinValue;
|
||||
|
||||
Reference in New Issue
Block a user