From 75d3e69ce0eede2d91efbdc7e76fe796184efa86 Mon Sep 17 00:00:00 2001 From: Peptide90 Date: Fri, 5 Jul 2024 22:37:07 +0100 Subject: [PATCH 1/2] fix flag description --- .../_Nuclear14/Entities/Structures/Wallmount/walldecor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml index fa8eea067b5..1241030acb1 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml @@ -79,7 +79,7 @@ parent: N14FlagWallUS id: N14FlagWallWesternBrotherhood suffix: Midwestern BOS - description: A Western Brotherhood of Steel flag. + description: A Midwest Brotherhood of Steel flag. components: - type: Sprite state: flag_westbos From 13701b2d4cec548152b9b71fe77465e66157c660 Mon Sep 17 00:00:00 2001 From: Peptide90 Date: Fri, 5 Jul 2024 23:04:20 +0100 Subject: [PATCH 2/2] adds missing giant ant timed spawner --- .../Markers/Spawners/Conditional/timed.yml | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Markers/Spawners/Conditional/timed.yml b/Resources/Prototypes/_Nuclear14/Entities/Markers/Spawners/Conditional/timed.yml index b30f6b8578f..9b83cff8286 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Markers/Spawners/Conditional/timed.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Markers/Spawners/Conditional/timed.yml @@ -223,8 +223,28 @@ - type: entity parent: N14TimedSpawnerMolerat - id: N14TimedSpawnerFireant + id: N14TimedSpawnerAnt name: Fireant Timed Spawner + components: + - type: Sprite + layers: + - state: blue + - sprite: _Nuclear14/Mobs/Insects/giantant.rsi + state: giantant + - state: timed + - type: Timer + - type: TimedSpawner + prototypes: + - N14MobGiantAnt + chance: 0.75 + intervalSeconds: 600 + minimumEntitiesSpawned: 1 + maximumEntitiesSpawned: 2 + +- type: entity + parent: N14TimedSpawnerMolerat + id: N14TimedSpawnerFireant + name: Fire Ant Timed Spawner components: - type: Sprite layers: