From: Deerstop Date: Wed, 10 Sep 2025 08:58:06 +0000 (+1000) Subject: Decal spawners spawn on a higher layer (#39956) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a05d466a5e529fda4d2d3ed1bbb1926164b09acd;p=space-station-14.git Decal spawners spawn on a higher layer (#39956) changed decal spawn layer --- diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/dirt.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/dirt.yml index 3286abe78e..dec1be8754 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/dirt.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/dirt.yml @@ -10,7 +10,7 @@ - DirtHeavy maxDecalsPerTile: 1 snapPosition: true - zIndex: 1 + zIndex: 5 prob: 0.8 color: '#FFFFFF7F' cleanable: true diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/flora.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/flora.yml index 5164ca7aea..aacad99bdd 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/flora.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/flora.yml @@ -5,7 +5,7 @@ components: - type: RandomDecalSpawner radius: 0.3 - zIndex: 1 + zIndex: 5 deleteSpawnerAfterSpawn: true tileWhitelist: - FloorAstroGrass diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/splatters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/splatters.yml index f498616fe8..7bfcf4a429 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/splatters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Decals/splatters.yml @@ -11,7 +11,7 @@ randomRotation: true maxDecals: 3 prob: 0.5 - zIndex: 1 + zIndex: 5 color: '#9900007F' cleanable: true deleteSpawnerAfterSpawn: true