Move cafe latte to drinks_cups and add trashonempty (#16285)

This commit is contained in:
Dawid Bla
2023-05-10 01:53:50 +02:00
committed by GitHub
parent 4b2ab02966
commit 99083060df
3 changed files with 18 additions and 18 deletions

View File

@@ -33,7 +33,6 @@
- DrinkBraveBullGlass
- DrinkCarrotJuice
- DrinkChocolateGlass
- DrinkCafeLatte
- DrinkCognacGlass
- DrinkCubaLibreGlass
- DrinkDeadRumGlass

View File

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

View File

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