Skip to content

Commit

Permalink
crash
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Sep 22, 2024
1 parent 7c4c251 commit 6fb1220
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Content.Shared/DrawDepth/DrawDepth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ public enum DrawDepth
/// <summary>
/// This is for sub-floors, the floors you see after prying off a tile.
/// </summary>
LowFloors = DrawDepthTag.Default - 13,
LowFloors = DrawDepthTag.Default - 12,

// various entity types that require different
// draw depths, as to avoid hiding
#region SubfloorEntities
ThickPipe = DrawDepthTag.Default - 12,
ThickWire = DrawDepthTag.Default - 11,
ThinPipe = DrawDepthTag.Default - 10,
ThinWire = DrawDepthTag.Default - 9,
ThickPipe = DrawDepthTag.Default - 11,
ThickWire = DrawDepthTag.Default - 10,
ThinPipe = DrawDepthTag.Default - 9,
ThinWire = DrawDepthTag.Default - 8,
#endregion

/// <summary>
Expand Down

0 comments on commit 6fb1220

Please sign in to comment.