From: Gotimanga <127038462+Gotimanga@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:36:44 +0000 (+0000) Subject: Add Spawners (#20495) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8f72e0a415db3c813b1dfe4aa33fe94e75cb6f06;p=space-station-14.git Add Spawners (#20495) --- diff --git a/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml b/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml index f5538f20b4..ee73528920 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml @@ -53,3 +53,31 @@ - type: ConditionalSpawner prototypes: - VehicleSkeletonMotorcycle + +- type: entity + name: Wheelchair Spawner + id: SpawnVehicleWheelchair + parent: MarkerBase + components: + - type: Sprite + layers: + - state: green + - sprite: Objects/Vehicles/wheelchair.rsi + state: vehicle + - type: ConditionalSpawner + prototypes: + - VehicleWheelchair + +- type: entity + name: Wheelchair [Folded] Spawner + id: SpawnVehicleWheelchairFolded + parent: MarkerBase + components: + - type: Sprite + layers: + - state: green + - sprite: Objects/Vehicles/wheelchair.rsi + state: vehicle_folded + - type: ConditionalSpawner + prototypes: + - VehicleWheelchairFolded \ No newline at end of file