From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Thu, 20 Apr 2023 23:47:04 +0000 (+0300) Subject: [Tweak] Lisa and Old Ian as possible HoP pets (#15592) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6aba1b46279a2c12bb4d02b0925a4618ea48ae40;p=space-station-14.git [Tweak] Lisa and Old Ian as possible HoP pets (#15592) * randomised spawner, proper meat * some space --- 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