mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user