Dispenser jug fix (#25450)
* Resprite of Nettle & Death Nettle. Corrected R & L hand locations for all orientations of both plants. * Removes chemdispensible type from DrinkBase entity * Updated drink jug names to differentiate from chem jugs * Add FitsInDispenser type to DrinkGlassBase. Re-allows glasses into beaker slots
This commit is contained in:
@@ -23,8 +23,6 @@
|
|||||||
Blunt: 0
|
Blunt: 0
|
||||||
- type: Spillable
|
- type: Spillable
|
||||||
solution: drink
|
solution: drink
|
||||||
- type: FitsInDispenser
|
|
||||||
solution: drink
|
|
||||||
- type: DrawableSolution
|
- type: DrawableSolution
|
||||||
solution: drink
|
solution: drink
|
||||||
- type: RefillableSolution
|
- type: RefillableSolution
|
||||||
@@ -76,6 +74,8 @@
|
|||||||
Glass: 25
|
Glass: 25
|
||||||
- type: ExaminableSolution
|
- type: ExaminableSolution
|
||||||
solution: drink
|
solution: drink
|
||||||
|
- type: FitsInDispenser
|
||||||
|
solution: drink
|
||||||
|
|
||||||
# Transformable container - normal glass
|
# Transformable container - normal glass
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -713,7 +713,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkBottlePlasticBaseFull
|
parent: DrinkBottlePlasticBaseFull
|
||||||
id: DrinkSugarJug
|
id: DrinkSugarJug
|
||||||
name: sugar
|
name: sugar jug
|
||||||
suffix: for drinks
|
suffix: for drinks
|
||||||
description: some people put this in their coffee...
|
description: some people put this in their coffee...
|
||||||
components:
|
components:
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkBottlePlasticBaseFull
|
parent: DrinkBottlePlasticBaseFull
|
||||||
id: DrinkLemonLimeJug
|
id: DrinkLemonLimeJug
|
||||||
name: lemon lime
|
name: lemon lime jug
|
||||||
description: a dual citrus sensation.
|
description: a dual citrus sensation.
|
||||||
components:
|
components:
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
|
|||||||
Reference in New Issue
Block a user