Adds rndm vending spawner for mapping. (#11998)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
ChilbroBaggins
2022-10-26 07:15:28 -05:00
committed by GitHub
parent 9bbe0fec06
commit 224ce7ce28
9 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- type: entity
id: RandomVending
name: random vending machine spawner
parent: MarkerBase
components:
- type: Sprite
layers:
- state: red
- texture: Structures/Machines/VendingMachines/coffee.rsi/off.png
- type: RandomSpawner
prototypes:
- VendingMachineCigs
- VendingMachineCoffee
- VendingMachineCola
- VendingMachineDiscount
- VendingMachineSnack
- VendingMachineSovietSoda
- VendingMachineChang
- VendingMachineDonut
chance: 1