]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Limits marking for certain species. (#23385)
authorAdrian16199 <144424013+Adrian16199@users.noreply.github.com>
Tue, 2 Jan 2024 21:11:37 +0000 (22:11 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 21:11:37 +0000 (16:11 -0500)
Was told that due to the bandages bein added, the fact that reptilians not having a limit is technicly a bug and should be fix. So might aswell prevent anythin happening in the future for other species.

Could make the limiter up to 4 but thats up to discussion ¯\_(ツ)_/¯

Resources/Prototypes/Species/arachnid.yml
Resources/Prototypes/Species/diona.yml
Resources/Prototypes/Species/reptilian.yml
Resources/Prototypes/Species/slime.yml

index 43f80e4fc3ccab3583eda1303e44becbdb34ee96..07a72cda17681470123f473a5f8f677fda68ec93 100644 (file)
     Chest:
       points: 1
       required: false
+    Legs:
+      points: 2
+      required: false
+    Arms:
+      points: 2
+      required: false
 
 - type: humanoidBaseSprite
   id: MobArachnidHead
index 3f81007889f11d359b87450770375b91252eb46f..19fafaa3e1b794a972f5464be7124b7a19f073dc 100644 (file)
     Chest:
       points: 1
       required: false
+    Legs:
+      points: 2
+      required: false
+    Arms:
+      points: 2
+      required: false
     Overlay:
       points: 1
       required: true
index 6a285e7a38643b86199b06933056fd8893c81470..f5cf1fa6ebfb14788feef10599845a65f1d3835c 100644 (file)
     HeadSide:
       points: 1
       required: false
+    Chest:
+      points: 1
+      required: false
+    Legs:
+      points: 2
+      required: false
+    Arms:
+      points: 2
+      required: false
 
 - type: humanoidBaseSprite
   id: MobReptilianHead
index 5879ce6a6481489f08c966a1bdc5af5f6fc44f14..93f23d599c8e83928471203e62ab9763cf65a92e 100644 (file)
@@ -35,6 +35,9 @@
     FacialHair:
       points: 1
       required: false
+    Chest:
+      points: 1
+      required: false
     Legs:
       points: 2
       required: false