Move cafe latte to drinks_cups and add trashonempty (#16285)
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
- DrinkBraveBullGlass
|
- DrinkBraveBullGlass
|
||||||
- DrinkCarrotJuice
|
- DrinkCarrotJuice
|
||||||
- DrinkChocolateGlass
|
- DrinkChocolateGlass
|
||||||
- DrinkCafeLatte
|
|
||||||
- DrinkCognacGlass
|
- DrinkCognacGlass
|
||||||
- DrinkCubaLibreGlass
|
- DrinkCubaLibreGlass
|
||||||
- DrinkDeadRumGlass
|
- DrinkDeadRumGlass
|
||||||
|
|||||||
@@ -524,23 +524,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/chocolateglass.rsi
|
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
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkGlassBase
|
||||||
id: DrinkCoffee
|
id: DrinkCoffee
|
||||||
|
|||||||
@@ -207,6 +207,24 @@
|
|||||||
- type: TrashOnEmpty
|
- type: TrashOnEmpty
|
||||||
solution: drink
|
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
|
- type: entity
|
||||||
parent: DrinkBaseCup
|
parent: DrinkBaseCup
|
||||||
id: DrinkTeacup
|
id: DrinkTeacup
|
||||||
|
|||||||
Reference in New Issue
Block a user