Move cafe latte to drinks_cups and add trashonempty (#16285)
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
- DrinkBraveBullGlass
|
||||
- DrinkCarrotJuice
|
||||
- DrinkChocolateGlass
|
||||
- DrinkCafeLatte
|
||||
- DrinkCognacGlass
|
||||
- DrinkCubaLibreGlass
|
||||
- DrinkDeadRumGlass
|
||||
|
||||
@@ -524,23 +524,6 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/chocolateglass.rsi
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
id: DrinkCafeLatte
|
||||
name: cafe latte
|
||||
description: A nice, strong and tasty beverage while you are reading.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 30
|
||||
reagents:
|
||||
- ReagentId: CafeLatte
|
||||
Quantity: 30
|
||||
- type: Drink
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/cafe_latte.rsi
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
id: DrinkCoffee
|
||||
|
||||
@@ -207,6 +207,24 @@
|
||||
- type: TrashOnEmpty
|
||||
solution: drink
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBaseCup
|
||||
id: DrinkCafeLatte
|
||||
name: Cafe latte
|
||||
description: A nice, strong and tasty beverage while you are reading.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
reagents:
|
||||
- ReagentId: CafeLatte
|
||||
Quantity: 20
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/cafe_latte.rsi
|
||||
- type: Appearance
|
||||
- type: TrashOnEmpty
|
||||
solution: drink
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBaseCup
|
||||
id: DrinkTeacup
|
||||
|
||||
Reference in New Issue
Block a user