Add Spawners (#20495)

This commit is contained in:
Gotimanga
2023-11-08 01:36:44 +00:00
committed by GitHub
parent e249aba1f9
commit 8f72e0a415

View File

@@ -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