mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
Add a crafting recipe for Egg-Plants
Prevents peoples wrists from breaking from spamming Z and Q to peel egg-plants. Now a crafting recipe to peel them for you.
This commit is contained in:
@@ -105,6 +105,14 @@
|
||||
result = /obj/item/reagent_containers/food/snacks/baguette
|
||||
subcategory = CAT_MISCFOOD
|
||||
|
||||
|
||||
/datum/crafting_recipe/food/peel
|
||||
name = "Peel Egg-Plants"
|
||||
time = 20
|
||||
reqs = list(/obj/item/reagent_containers/food/snacks/grown/shell/eggy)
|
||||
result = /obj/item/reagent_containers/food/snacks/egg
|
||||
subcategory = CAT_MISCFOOD
|
||||
|
||||
////////////////////////////////////////////////TOAST////////////////////////////////////////////////
|
||||
|
||||
/datum/crafting_recipe/food/slimetoast
|
||||
|
||||
Reference in New Issue
Block a user