mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user