mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user