Add drink container suffixes (#26835)
Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user