]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Tweak] Lisa and Old Ian as possible HoP pets (#15592)
authorlapatison <100279397+lapatison@users.noreply.github.com>
Thu, 20 Apr 2023 23:47:04 +0000 (02:47 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2023 23:47:04 +0000 (17:47 -0600)
* randomised spawner, proper meat

* some space

Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Resources/Prototypes/Entities/Mobs/NPCs/pets.yml

index fbf4d3ace99f979d9672d358b9dda7f3d0fedafa..e4347d429e5562c598d7a3e5dd898111ace6a672 100644 (file)
@@ -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
index bdda802515478024c30aabd3264cf7541e3350c5..e2e1a0a34cc519d3fb1218c250a1475db9d799f5 100644 (file)
     attributes:
       proper: true
       gender: male
+  - type: Butcherable
+    spawned:
+    - id: FoodMeatCorgi
+      amount: 2
+    - id: SheetSteel1
   - type: Tag
     tags:
     - CannotSuicide
 
-
 - type: entity
   name: Lisa
   parent: MobCorgi
     attributes:
       proper: true
       gender: female
+  - type: Butcherable
+    spawned:
+    - id: FoodMeatCorgi
+      amount: 2
   - type: Tag
     tags:
     - CannotSuicide