From 8f72e0a415db3c813b1dfe4aa33fe94e75cb6f06 Mon Sep 17 00:00:00 2001 From: Gotimanga <127038462+Gotimanga@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:36:44 +0000 Subject: [PATCH] Add Spawners (#20495) --- .../Entities/Markers/Spawners/vehicles.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- 2.51.2