]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
No ghost role pet suicide (#15117)
authorcrazybrain23 <44417085+crazybrain23@users.noreply.github.com>
Thu, 6 Apr 2023 00:48:02 +0000 (01:48 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 00:48:02 +0000 (20:48 -0400)
Balance

Resources/Prototypes/Entities/Mobs/NPCs/pets.yml

index 96902e589bc5732a2a2cea979023bbafabf66794..947a7d059f0e8f6da07c886b1fea94602f1ae872 100644 (file)
@@ -30,6 +30,9 @@
     spawned:
     - id: FoodMeatCorgi
       amount: 2
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Old Ian
@@ -56,6 +59,9 @@
     attributes:
       proper: true
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 
 - type: entity
@@ -83,6 +89,9 @@
     attributes:
       proper: true
       gender: female
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Runtime
   - type: Grammar
     attributes:
       gender: female
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Exception
   - type: Grammar
     attributes:
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Floppa
   - type: Grammar
     attributes:
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Bandito
   - type: Grammar
     attributes:
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: bingus
   - type: Grammar
     attributes:
       gender: epicene
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: mcgriff
     attributes:
       proper: true
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Paperwork
     attributes:
       proper: true
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Walter
     attributes:
       proper: true
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Morty
     attributes:
       proper: true
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Morticia
     attributes:
       proper: true
       gender: female
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Alexander
   - type: Grammar
     attributes:
       gender: male
-      
+  - type: Tag
+    tags:
+    - CannotSuicide
+
 - type: entity
   name: Renault
   parent: MobFox
     attributes:
       proper: true
       gender: female
+  - type: Tag
+    tags:
+    - CannotSuicide
 
 - type: entity
   name: Hamlet
     attributes:
       proper: true
       gender: male
+  - type: Tag
+    tags:
+    - CannotSuicide