Fix shaker sprites (#26899)

* Change basefoodshaker to parent from basefoodcondiment instead

* Make them still refillable
This commit is contained in:
Verm
2024-04-12 01:44:47 -05:00
committed by GitHub
parent 264bf7199d
commit b895e557d4

View File

@@ -522,7 +522,7 @@
# Shakers
- type: entity
parent: BaseFoodCondimentBottle
parent: BaseFoodCondiment
id: BaseFoodShaker
abstract: true
name: empty shaker
@@ -560,6 +560,8 @@
acts: [ "Destruction" ]
- type: Sprite
state: shaker-empty
- type: RefillableSolution
solution: food
- type: entity
parent: BaseFoodShaker