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