mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Undoes unnecesary nerfs on pizzas
This commit is contained in:
@@ -490,6 +490,7 @@
|
||||
name = "wolpin cube"
|
||||
monkey_type = "Wolpin"
|
||||
|
||||
/*
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pizza/margfrozen
|
||||
name = "frozen margherita pizza"
|
||||
desc = "It's frozen rock solid, better thaw it in a microwave."
|
||||
@@ -669,18 +670,7 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/slice/vegcargo/filled
|
||||
filled = TRUE
|
||||
|
||||
/obj/item/pizzabox/margherita/Initialize()
|
||||
pizza = new /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/margcargo(src)
|
||||
|
||||
/obj/item/pizzabox/vegetable/Initialize()
|
||||
pizza = new /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/vegcargo(src)
|
||||
|
||||
/obj/item/pizzabox/mushroom/Initialize()
|
||||
pizza = new /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/mushcargo(src)
|
||||
|
||||
/obj/item/pizzabox/meat/Initialize()
|
||||
pizza = new /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/meatcargo(src)
|
||||
*/
|
||||
|
||||
// food cubes
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cube
|
||||
|
||||
@@ -196,6 +196,7 @@
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/sharkmeatcubes
|
||||
|
||||
/*
|
||||
/datum/recipe/microwave/margheritapizzacargo
|
||||
reagents = list()
|
||||
items = list(
|
||||
@@ -223,10 +224,11 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pizza/vegfrozen
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/vegcargo
|
||||
*/
|
||||
|
||||
//// food cubes
|
||||
|
||||
/datum/recipe/microwave/foodcubes
|
||||
reagents = list("enzyme" = 20,"virusfood" = 5, "nutriment" = 15, "protein" = 15) // labor intensive
|
||||
reagents = list("enzyme" = 20, "virusfood" = 5, "nutriment" = 15, "protein" = 15) // labor intensive
|
||||
items = list()
|
||||
result = /obj/item/weapon/storage/box/wings/tray
|
||||
Reference in New Issue
Block a user