]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix cyborgs spawning with wheelchairbound trait (#24459)
authorthemias <89101928+themias@users.noreply.github.com>
Tue, 23 Jan 2024 20:18:00 +0000 (15:18 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 20:18:00 +0000 (15:18 -0500)
* Fix cyborgs spawning with wheelchairbound trait

* also muted

Resources/Prototypes/Traits/disabilities.yml

index 43d87d4c123610efa7ab2670c2d4f8d80ddc5294..3dd6d21d2a4323100a59238f78cfba0f8b4b4f5b 100644 (file)
@@ -48,6 +48,9 @@
   id: Muted
   name: trait-muted-name
   description: trait-muted-desc
+  blacklist:
+    components:
+      - BorgChassis
   components:
     - type: Muted
 
@@ -55,6 +58,9 @@
   id: WheelchairBound
   name: trait-wheelchair-bound-name
   description: trait-wheelchair-bound-desc
+  blacklist:
+    components:
+      - BorgChassis
   components:
     - type: BuckleOnMapInit
       prototype: VehicleWheelchair