From: themias <89101928+themias@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:18:00 +0000 (-0500) Subject: Fix cyborgs spawning with wheelchairbound trait (#24459) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5ab0317c89fed5e876c289bbdb32745f7a93d0c4;p=space-station-14.git Fix cyborgs spawning with wheelchairbound trait (#24459) * Fix cyborgs spawning with wheelchairbound trait * also muted --- 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