Adds vending restocks for ChefVend and Condiment Stations (#19305)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- VendingMachineRestockRobustSoftdrinks
|
||||
- VendingMachineRestockHotDrinks
|
||||
- VendingMachineRestockHappyHonk
|
||||
- VendingMachineRestockCondimentStation
|
||||
|
||||
- type: entity
|
||||
id: SpawnVendingMachineRestockFood
|
||||
@@ -41,6 +42,7 @@
|
||||
- VendingMachineRestockDonut
|
||||
- VendingMachineRestockGetmoreChocolateCorp
|
||||
- VendingMachineRestockHappyHonk
|
||||
- VendingMachineRestockCondimentStation
|
||||
|
||||
- type: entity
|
||||
id: SpawnVendingMachineRestockDrink
|
||||
|
||||
@@ -77,6 +77,38 @@
|
||||
shader: unshaded
|
||||
- state: refill_chinese
|
||||
|
||||
- type: entity
|
||||
parent: BaseVendingMachineRestock
|
||||
id: VendingMachineRestockChefvend
|
||||
name: ChefVend restock box
|
||||
description: Refill the ChefVend. Just don't break any more of the eggs.
|
||||
components:
|
||||
- type: VendingMachineRestock
|
||||
canRestock:
|
||||
- ChefvendInventory
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: base
|
||||
- state: green_bit
|
||||
shader: unshaded
|
||||
- state: refill_chef
|
||||
|
||||
- type: entity
|
||||
parent: BaseVendingMachineRestock
|
||||
id: VendingMachineRestockCondimentStation
|
||||
name: Condiment Station restock box
|
||||
description: Refill the Condiment Station. Mmmm, cold sauce.
|
||||
components:
|
||||
- type: VendingMachineRestock
|
||||
canRestock:
|
||||
- CondimentInventory
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: base
|
||||
- state: green_bit
|
||||
shader: unshaded
|
||||
- state: refill_condiment
|
||||
|
||||
- type: entity
|
||||
parent: BaseVendingMachineRestock
|
||||
id: VendingMachineRestockClothes
|
||||
|
||||
@@ -222,7 +222,7 @@
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
id: VendingMachineChefvend
|
||||
name: Chefvend
|
||||
name: ChefVend
|
||||
description: An ingredient vendor for all your cheffin needs.
|
||||
components:
|
||||
- type: VendingMachine
|
||||
|
||||
Reference in New Issue
Block a user