mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes pathing mistakes for a few food things (#65102)
- Lets people know they're supposed to use plain bread slices rather than a parent item - Also avoids an error sprite showing up
This commit is contained in:
@@ -142,8 +142,8 @@
|
||||
|
||||
/obj/item/trash/can/food/pine_nuts
|
||||
name = "canned pine nuts"
|
||||
icon = 'icons/obj/food/food.dmi'
|
||||
icon_state = "pine_nuts_empty"
|
||||
icon = 'icons/obj/food/canned.dmi'
|
||||
icon_state = "pinenutscan_empty"
|
||||
|
||||
/obj/item/trash/spacers_sidekick
|
||||
name = "\improper Spacer's Sidekick packet"
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
name = "Mozzarella sticks"
|
||||
reqs = list(
|
||||
/obj/item/food/mozzarella = 1,
|
||||
/obj/item/food/breadslice = 2,
|
||||
/obj/item/food/breadslice/plain = 2,
|
||||
/obj/item/food/tomato_sauce = 1
|
||||
)
|
||||
result = /obj/item/food/mozzarella_sticks
|
||||
@@ -321,7 +321,7 @@
|
||||
reqs = list(
|
||||
/obj/item/food/soup/cheesy_porridge = 1,
|
||||
/obj/item/food/grown/eggplant = 1,
|
||||
/obj/item/food/breadslice = 2,
|
||||
/obj/item/food/breadslice/plain = 2,
|
||||
/obj/item/food/tomato_sauce = 1,
|
||||
/obj/item/food/mozzarella = 1
|
||||
)
|
||||
@@ -345,7 +345,7 @@
|
||||
reqs = list(
|
||||
/obj/item/food/mothic_salad = 1,
|
||||
/obj/item/food/grilled_cheese = 1,
|
||||
/obj/item/food/breadslice = 1,
|
||||
/obj/item/food/breadslice/plain = 1,
|
||||
/obj/item/food/grown/carrot = 1,
|
||||
/datum/reagent/consumable/quality_oil = 2,
|
||||
/datum/reagent/consumable/vinegar = 2
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
/obj/item/food/spaghetti/boiledspaghetti = 1,
|
||||
/obj/item/food/bechamel_sauce = 1,
|
||||
/obj/item/food/cheese = 2,
|
||||
/obj/item/food/breadslice = 1,
|
||||
/obj/item/food/breadslice/plain = 1,
|
||||
/datum/reagent/consumable/blackpepper = 2
|
||||
)
|
||||
result = /obj/item/food/spaghetti/mac_n_cheese
|
||||
|
||||
Reference in New Issue
Block a user