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:
parent
79c6385ca7
commit
499aa71b5e
|
|
@ -23,8 +23,6 @@
|
|||
Blunt: 0
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: FitsInDispenser
|
||||
solution: drink
|
||||
- type: DrawableSolution
|
||||
solution: drink
|
||||
- type: RefillableSolution
|
||||
|
|
@ -76,6 +74,8 @@
|
|||
Glass: 25
|
||||
- type: ExaminableSolution
|
||||
solution: drink
|
||||
- type: FitsInDispenser
|
||||
solution: drink
|
||||
|
||||
# Transformable container - normal glass
|
||||
- type: entity
|
||||
|
|
|
|||
|
|
@ -713,7 +713,7 @@
|
|||
- type: entity
|
||||
parent: DrinkBottlePlasticBaseFull
|
||||
id: DrinkSugarJug
|
||||
name: sugar
|
||||
name: sugar jug
|
||||
suffix: for drinks
|
||||
description: some people put this in their coffee...
|
||||
components:
|
||||
|
|
@ -729,7 +729,7 @@
|
|||
- type: entity
|
||||
parent: DrinkBottlePlasticBaseFull
|
||||
id: DrinkLemonLimeJug
|
||||
name: lemon lime
|
||||
name: lemon lime jug
|
||||
description: a dual citrus sensation.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
|
|
|
|||
Loading…
Reference in New Issue