diff --git a/Content.Shared/GameObjects/DrawDepth.cs b/Content.Shared/GameObjects/DrawDepth.cs index 1b4520b8f9..5d9524ea3d 100644 --- a/Content.Shared/GameObjects/DrawDepth.cs +++ b/Content.Shared/GameObjects/DrawDepth.cs @@ -22,6 +22,7 @@ namespace Content.Shared.GameObjects Objects = DrawDepthTag.Default, Items = DrawDepthTag.Default + 1, Mobs = DrawDepthTag.Default + 2, - Overlays = DrawDepthTag.Default + 3, + Ghosts = DrawDepthTag.Default + 3, + Overlays = DrawDepthTag.Default + 4, } } diff --git a/Resources/Prototypes/Entities/Mobs/observer.yml b/Resources/Prototypes/Entities/Mobs/observer.yml index 362ce3d704..4cfb02728e 100644 --- a/Resources/Prototypes/Entities/Mobs/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/observer.yml @@ -18,7 +18,7 @@ - type: Ghost - type: Sprite netsync: false - drawdepth: Mobs + drawdepth: Ghosts sprite: Mob/ghost.rsi state: animated color: "#fff8"