From e7aa97645bac6ef59854f4a162a654c15d53b735 Mon Sep 17 00:00:00 2001 From: Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:41:15 +0300 Subject: [PATCH] Change drawdepth of some wall-mounted objects (#30274) drawdepth --- .../Entities/Structures/Wallmounts/Signs/atmos_plaque.yml | 1 + .../Entities/Structures/Wallmounts/Signs/bar_sign.yml | 2 +- .../Structures/Wallmounts/Signs/base_structuresigns.yml | 2 +- .../Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml | 2 +- .../Entities/Structures/Wallmounts/Signs/paintings.yml | 2 +- .../Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/atmos_plaque.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/atmos_plaque.yml index 1be9f202f0..3f6dd3723d 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/atmos_plaque.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/atmos_plaque.yml @@ -14,6 +14,7 @@ layer: - MidImpassable - type: Sprite + drawdepth: WallMountedItems layers: - state: atmosplaque map: ["plaque"] diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml index b2a0ffe592..5ae5bae085 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml @@ -11,7 +11,7 @@ - type: WallMount arc: 360 - type: Sprite - drawdepth: Objects + drawdepth: WallMountedItems sprite: Structures/Wallmounts/barsign.rsi state: empty - type: ApcPowerReceiver diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml index e7d938a3c9..35281d0383 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml @@ -30,7 +30,7 @@ - !type:DoActsBehavior acts: ["Destruction"] - type: Sprite - drawdepth: WallTops + drawdepth: WallMountedItems sprite: Structures/Wallmounts/signs.rsi snapCardinals: true - type: StaticPrice diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml index 57b07aa3dd..a4ab12df74 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml @@ -6,7 +6,7 @@ - type: WallMount arc: 360 - type: Sprite - drawdepth: WallTops + drawdepth: WallMountedItems sprite: Structures/Wallmounts/flags.rsi - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml index 5402d443e2..4f26432c60 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml @@ -6,7 +6,7 @@ - type: WallMount arc: 360 - type: Sprite - drawdepth: WallTops + drawdepth: WallMountedItems sprite: Structures/Wallmounts/paintings.rsi - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index cd4850d488..ae8ed5f74f 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -6,7 +6,7 @@ - type: WallMount arc: 360 - type: Sprite - drawdepth: WallTops + drawdepth: WallMountedItems sprite: Structures/Wallmounts/posters.rsi snapCardinals: true - type: Destructible