Removes the empty type of /snacks (#26010)

* Aaaaa it works

* Add updatepaths

* Add unsaved files

* MATTTTT

* Fixes casino

* Fix

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
DGamerL
2024-07-29 14:46:04 +00:00
committed by GitHub
parent 2e2569f1db
commit 098b13bb33
222 changed files with 3300 additions and 3347 deletions
+3 -3
View File
@@ -91,10 +91,10 @@
/datum/crafting_recipe/throwing_croissant
name = "Throwing croissant"
reqs = list(
/obj/item/food/snacks/croissant = 1,
/obj/item/food/croissant = 1,
/obj/item/stack/rods = 1
)
result = list(/obj/item/food/snacks/croissant/throwing)
result = list(/obj/item/food/croissant/throwing)
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
always_available = FALSE
@@ -924,7 +924,7 @@
name = "Snowman"
result = list(/obj/structure/snowman/built)
reqs = list(/obj/item/snowball = 10,
/obj/item/food/snacks/grown/carrot = 1,
/obj/item/food/grown/carrot = 1,
/obj/item/grown/log = 2)
time = 50
category = CAT_MISC
+5 -5
View File
@@ -631,8 +631,8 @@
name = "Flower Crown"
result = list(/obj/item/clothing/head/flower_crown)
time = 2 SECONDS
reqs = list(/obj/item/food/snacks/grown/poppy = 3,
/obj/item/food/snacks/grown/lily = 3,
reqs = list(/obj/item/food/grown/poppy = 3,
/obj/item/food/grown/lily = 3,
/obj/item/grown/sunflower = 3)
category = CAT_CLOTHING
@@ -647,21 +647,21 @@
name = "Poppy Crown"
result = list(/obj/item/clothing/head/poppy_crown)
time = 2 SECONDS
reqs = list(/obj/item/food/snacks/grown/poppy = 5)
reqs = list(/obj/item/food/grown/poppy = 5)
category = CAT_CLOTHING
/datum/crafting_recipe/lily_crown
name = "Lily Crown"
result = list(/obj/item/clothing/head/lily_crown)
time = 2 SECONDS
reqs = list(/obj/item/food/snacks/grown/lily = 5)
reqs = list(/obj/item/food/grown/lily = 5)
category = CAT_CLOTHING
/datum/crafting_recipe/geranium_crown
name = "Geranium Crown"
result = list(/obj/item/clothing/head/geranium_crown)
time = 2 SECONDS
reqs = list(/obj/item/food/snacks/grown/geranium = 5)
reqs = list(/obj/item/food/grown/geranium = 5)
category = CAT_CLOTHING
#undef ALLOWED_INGREDIENT_SUNGLASSES