diff --git a/Resources/Prototypes/_CP14/Entities/Markers/Spawners/Random/Biome/biomeSpawner.yml b/Resources/Prototypes/_CP14/Entities/Markers/Spawners/Random/Biome/biomeSpawner.yml index abad7e34cb..8da10ccc21 100644 --- a/Resources/Prototypes/_CP14/Entities/Markers/Spawners/Random/Biome/biomeSpawner.yml +++ b/Resources/Prototypes/_CP14/Entities/Markers/Spawners/Random/Biome/biomeSpawner.yml @@ -39,4 +39,16 @@ - state: cave - state: frame - type: CP14BiomeSpawner - biome: CP14CavesGeneric \ No newline at end of file + biome: CP14CavesGeneric + +- type: entity + id: CP14BiomeSpawnerForest + parent: CP14BaseBiomeSpawner + suffix: Forest + components: + - type: Sprite + layers: + - state: forest + - state: frame + - type: CP14BiomeSpawner + biome: CP14GrasslandHills \ No newline at end of file diff --git a/Resources/Textures/_CP14/Markers/biome.rsi/forest.png b/Resources/Textures/_CP14/Markers/biome.rsi/forest.png new file mode 100644 index 0000000000..741a49d756 Binary files /dev/null and b/Resources/Textures/_CP14/Markers/biome.rsi/forest.png differ diff --git a/Resources/Textures/_CP14/Markers/biome.rsi/meta.json b/Resources/Textures/_CP14/Markers/biome.rsi/meta.json index 63d7d3871b..9b8f13d40f 100644 --- a/Resources/Textures/_CP14/Markers/biome.rsi/meta.json +++ b/Resources/Textures/_CP14/Markers/biome.rsi/meta.json @@ -15,6 +15,9 @@ }, { "name": "grass" + }, + { + "name": "forest" } ] } \ No newline at end of file