From 5ab0317c89fed5e876c289bbdb32745f7a93d0c4 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:18:00 -0500 Subject: [PATCH] Fix cyborgs spawning with wheelchairbound trait (#24459) * Fix cyborgs spawning with wheelchairbound trait * also muted --- Resources/Prototypes/Traits/disabilities.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index 43d87d4c12..3dd6d21d2a 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -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 -- 2.52.0