From 384af2796c51ccd1f1e13cab5ac882e8ba45788c Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Wed, 18 May 2022 16:04:28 -0600 Subject: [PATCH] Make Corgi Spawner spawn Ian Instead (#8235) --- .../Prototypes/Entities/Markers/Spawners/mobs.yml | 5 ++--- Resources/Prototypes/Entities/Mobs/NPCs/pets.yml | 10 +++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index ae1ae2f613..2a35f17f76 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -17,7 +17,7 @@ - MobMouse2 - type: entity - name: Corgi Spawner + name: Ian Spawner id: SpawnMobCorgi parent: MarkerBase components: @@ -27,8 +27,7 @@ - state: ai - type: ConditionalSpawner prototypes: - - MobCorgi - - MobCorgiOld + - MobCorgiIan - type: entity name: Possum Morty Spawner diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml index a56362fbe9..5f72794ecb 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -32,7 +32,7 @@ dead: corgi_dead - type: Butcherable spawned: - - id: FoodMeatCorgi + - id: FoodMeat amount: 2 - type: ReplacementAccent accent: dog @@ -115,7 +115,7 @@ - type: entity name: Ian parent: MobCorgi - id: MobCorgiOld + id: MobCorgiIan description: Favorite pet corgi. components: - type: Sprite @@ -134,7 +134,11 @@ attributes: proper: true gender: male - + - type: Butcherable + spawned: + - id: FoodMeatCorgi + amount: 2 + - type: entity name: Old Ian parent: MobCorgi