Make pigs drop bacon and adjust a few recipes to do with bacon/pork (#6122)
* Make pigs drop bacon and adjust a few recipes to do with bacon/pork * Only one piece of bacon for rice and pork! Signed-off-by: Manoob <manu.demoen@gmail.com> * Make pigs drop bacon AND meat * Add 3 bacon to the chef-vend inventories --------- Signed-off-by: Manoob <manu.demoen@gmail.com>
This commit is contained in:
parent
3df4bfaeb7
commit
b7d8476473
|
|
@ -25,6 +25,7 @@
|
|||
ReagentContainerSalt: 1
|
||||
ReagentContainerPepper: 1
|
||||
ReagentContainerChocolate: 1
|
||||
FoodMeatBacon: 3
|
||||
# End DeltaV Additions
|
||||
contrabandInventory:
|
||||
EggBoxBroken: 1
|
||||
|
|
|
|||
|
|
@ -3809,6 +3809,8 @@
|
|||
spawned:
|
||||
- id: FoodMeat
|
||||
amount: 6
|
||||
- id: FoodMeatBacon # DeltaV #Make Pigs drop bacon as well as meat
|
||||
amount: 6
|
||||
- type: Grammar
|
||||
attributes:
|
||||
gender: epicene
|
||||
|
|
|
|||
|
|
@ -837,7 +837,8 @@
|
|||
group: Savory
|
||||
solids:
|
||||
FoodRiceBoiled: 1
|
||||
FoodMeatCutlet: 3
|
||||
# FoodMeatCutlet: 3 # DeltaV - use bacon since it's the obtainable pork product
|
||||
FoodMeatBacon: 1 # DeltaV
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeRiceGumbo
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
FoodButter: 3
|
||||
FoodCheese: 1
|
||||
FoodMeat: 6
|
||||
FoodMeatBacon: 3
|
||||
FoodMeatChicken: 4
|
||||
FoodMeatDuck: 2
|
||||
ReagentContainerSalt: 2
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@
|
|||
solids:
|
||||
FoodRiceBoiled: 1
|
||||
FoodEgg: 2 #FoodMealFriedegg when we can actually fry eggs buh
|
||||
FoodMeatCutlet: 1 #FoodMeatBacon when it's actually findable
|
||||
FoodMeatBacon: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeMothCheesyPorridge
|
||||
|
|
|
|||
Loading…
Reference in New Issue