Removes Ant Party Pizza's full pie, makes it so you just pour ants on a single slice. (#67399)

* removes the full pie, edits the recipe

* 6 slices per pie, 20 / 6, rounded up
This commit is contained in:
Wallem
2022-06-06 00:02:15 -04:00
committed by GitHub
parent 56cd851ed0
commit 29149157e9
3 changed files with 5 additions and 16 deletions
@@ -103,12 +103,10 @@
subcategory = CAT_PIZZA
/datum/crafting_recipe/food/antspizza
name = "Ant Party pizza"
name = "Ant Party pizza slice"
reqs = list(
/obj/item/food/pizzabread = 1,
/obj/item/food/cheese/wedge = 2,
/obj/item/food/grown/tomato = 1,
/datum/reagent/ants = 20
/obj/item/food/pizzaslice/margherita = 1,
/datum/reagent/ants = 4
)
result = /obj/item/food/pizza/ants
result = /obj/item/food/pizzaslice/ants
subcategory = CAT_PIZZA