Fixes pills and tinned meat not having flavors (#11370)
This commit is contained in:
@@ -90,6 +90,10 @@
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 15
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- sweet
|
||||
- funny
|
||||
- type: Food
|
||||
trash: FoodTinPeachesTrash
|
||||
|
||||
@@ -190,6 +194,11 @@
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 15
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- savory
|
||||
- salty
|
||||
- cheap
|
||||
- type: Food
|
||||
trash: FoodTinBeansTrash
|
||||
|
||||
@@ -249,6 +258,11 @@
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 15
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- meaty
|
||||
- salty
|
||||
- cheap
|
||||
- type: Food
|
||||
trash: FoodTinMRETrash
|
||||
|
||||
|
||||
@@ -275,6 +275,8 @@
|
||||
transferAmount: null
|
||||
eatMessage: food-swallow
|
||||
useSound: /Audio/Items/pill.ogg
|
||||
- type: FlavorProfile
|
||||
ignoreReagents: []
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
|
||||
Reference in New Issue
Block a user