mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-27 13:43:25 +00:00
Merge pull request #219 from Orpheus-wq/master
Fixed Egg-Plants peeling recipe.
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
|
||||
/datum/crafting_recipe/food/peel
|
||||
name = "Peel Egg-Plants"
|
||||
time = 20
|
||||
reqs = list(/obj/item/reagent_containers/food/snacks/grown/shell/eggy)
|
||||
time = 5
|
||||
reqs = list(/obj/item/reagent_containers/food/snacks/grown/shell/eggy = 1)
|
||||
result = /obj/item/reagent_containers/food/snacks/egg
|
||||
subcategory = CAT_MISCFOOD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user