mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Splits pizzaspaghetti.dmi into pizza.dmi and spaghetti.dmi (#69439)
Begone pizzaspaghetti Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Pizza (Whole)
|
||||
/obj/item/food/pizza
|
||||
icon = 'icons/obj/food/pizzaspaghetti.dmi'
|
||||
icon = 'icons/obj/food/pizza.dmi'
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
max_volume = 80
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 28, /datum/reagent/consumable/nutriment/protein = 3, /datum/reagent/consumable/tomatojuice = 6, /datum/reagent/consumable/nutriment/vitamin = 5)
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
// Pizza Slice
|
||||
/obj/item/food/pizzaslice
|
||||
icon = 'icons/obj/food/pizzaspaghetti.dmi'
|
||||
icon = 'icons/obj/food/pizza.dmi'
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 5)
|
||||
foodtypes = GRAIN | DAIRY | VEGETABLES
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
///spaghetti prototype used by all subtypes
|
||||
/obj/item/food/spaghetti
|
||||
icon = 'icons/obj/food/pizzaspaghetti.dmi'
|
||||
icon = 'icons/obj/food/spaghetti.dmi'
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1)
|
||||
foodtypes = GRAIN
|
||||
venue_value = FOOD_PRICE_CHEAP
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
Reference in New Issue
Block a user