Revert Closable Jugs (#42267)
* remove lid * remove changelog --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
parent
b63dc6c07e
commit
1bd5ab6b02
|
|
@ -1,5 +1,5 @@
|
|||
- type: entity
|
||||
parent: [ DrinkBaseMaterialStrongPlastic, DrinkBase, DrinkBaseOpenable, DrinkVisualsAll ]
|
||||
parent: [ DrinkBaseMaterialStrongPlastic, DrinkBase, DrinkVisualsAll ]
|
||||
id: Jug
|
||||
name: jug
|
||||
description: Used to contain a very large amount of chemicals or solutions. Chugging is extremely ill-advised.
|
||||
|
|
@ -23,12 +23,6 @@
|
|||
inHandsMaxFillLevels: 5
|
||||
- type: ExaminableSolution
|
||||
exactVolume: true # Chemistry item
|
||||
- type: Openable
|
||||
sound:
|
||||
collection: bottleOpenSounds
|
||||
closeable: true
|
||||
closeSound:
|
||||
collection: bottleCloseSounds
|
||||
- type: StaticPrice
|
||||
price: 60
|
||||
- type: Tag
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
|
|
@ -10,9 +10,6 @@
|
|||
{
|
||||
"name": "icon_empty"
|
||||
},
|
||||
{
|
||||
"name": "icon_open"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue