Fix cyborgs spawning with wheelchairbound trait (#24459)
* Fix cyborgs spawning with wheelchairbound trait * also muted
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user