Add drink container suffixes (#26835)
Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
parent
85aef16954
commit
7d480acb0c
3 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
parent: DrinkBase
|
||||
id: DrinkCartonBaseFull
|
||||
abstract: true
|
||||
suffix: Full
|
||||
components:
|
||||
- type: Openable
|
||||
sound:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
parent: DrinkBase
|
||||
id: DrinkBottlePlasticBaseFull
|
||||
abstract: true
|
||||
suffix: Full
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
|
|
@ -744,7 +745,7 @@
|
|||
parent: DrinkBottlePlasticBaseFull
|
||||
id: DrinkSugarJug
|
||||
name: sugar jug
|
||||
suffix: for drinks
|
||||
suffix: For Drinks, Full
|
||||
description: some people put this in their coffee...
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
parent: BaseItem
|
||||
abstract: true
|
||||
description: An empty bottle.
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
|
@ -93,6 +94,7 @@
|
|||
parent: BaseItem
|
||||
abstract: true
|
||||
description: An empty carton.
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue