Skip to content

Commit

Permalink
Removes a useless duplicate of the spell burger recipe (#9982)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeLover66 authored Oct 10, 2023
1 parent 0bdd2ec commit b3dd7be
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,6 @@
subcategory = CAT_BURGER

/datum/crafting_recipe/food/spellburger
name = "Spell burger"
reqs = list(
/obj/item/clothing/head/wizard/fake = 1,
/obj/item/reagent_containers/food/snacks/bun = 1
)
result = /obj/item/food/burger/spell
subcategory = CAT_BURGER

/datum/crafting_recipe/food/spellburger2
name = "Spell burger"
reqs = list(
/obj/item/clothing/head/wizard = 1,
Expand Down

0 comments on commit b3dd7be

Please sign in to comment.