Fixes the 'stuffed legion' recipie (#26735)

* Fixes stuffed legion food crafting

No longer relies on a null object for crafting, now uses appropriate indeterminate legion soul

* Delete food.dmi

* Fixes typo for Stuffed Legion

Fixes a typo with "stuffed legion" food not having a appropriate underscore like in the code "stuffed_legion"
This commit is contained in:
FantasticFwoosh
2017-05-01 14:36:56 +01:00
committed by AnturK
parent a9b6cb216c
commit 583fbe68f1
2 changed files with 1 additions and 1 deletions
@@ -264,7 +264,7 @@
time = 40
reqs = list(
/obj/item/weapon/reagent_containers/food/snacks/meat/steak/goliath = 1,
/obj/item/weapon/legion_skull = 1,
/obj/item/organ/hivelord_core/legion = 1,
/datum/reagent/consumable/ketchup = 2,
/datum/reagent/consumable/capsaicin = 2
)