From 6aba1b46279a2c12bb4d02b0925a4618ea48ae40 Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:47:04 +0300 Subject: [PATCH] [Tweak] Lisa and Old Ian as possible HoP pets (#15592) * randomised spawner, proper meat * some space --- .../Prototypes/Entities/Markers/Spawners/mobs.yml | 4 +++- Resources/Prototypes/Entities/Mobs/NPCs/pets.yml | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index fbf4d3ace9..e4347d429e 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -18,7 +18,7 @@ - MobMouse2 - type: entity - name: Ian Spawner + name: HoP Corgi Spawner id: SpawnMobCorgi parent: MarkerBase components: @@ -29,6 +29,8 @@ - type: ConditionalSpawner prototypes: - MobCorgiIan + - MobCorgiIanOld + - MobCorgiLisa - 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 bdda802515..e2e1a0a34c 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -59,11 +59,15 @@ attributes: proper: true gender: male + - type: Butcherable + spawned: + - id: FoodMeatCorgi + amount: 2 + - id: SheetSteel1 - type: Tag tags: - CannotSuicide - - type: entity name: Lisa parent: MobCorgi @@ -89,6 +93,10 @@ attributes: proper: true gender: female + - type: Butcherable + spawned: + - id: FoodMeatCorgi + amount: 2 - type: Tag tags: - CannotSuicide -- 2.51.2