Fix shaker sprites (#26899)
* Change basefoodshaker to parent from basefoodcondiment instead * Make them still refillable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user