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:
MjrLandWhale
2024-02-21 17:26:28 -06:00
committed by GitHub
parent 79c6385ca7
commit 499aa71b5e
2 changed files with 4 additions and 4 deletions

View File

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

View File

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