mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
Adds the Death Sandwich to the game (#75013)
## About The Pull Request Adds the Death Sandwich to the game, the ultimate form of bread-conveyed-meat-based consumables.  And remember; Eat it right, or you die! ## Why It's Good For The Game I'm genuinely surprised we don't already have a meatball sub in the game also I love humor food, and I doubt my edition of the Eggcellent Challenge would ever be merged if I tried to do so, so this is the next best thing. ## Changelog 🆑 Wallem add: The ancient recipe for the Death Sandwich has been rediscovered buried in the deepest depths of an erupting volcano. /🆑
This commit is contained in:
@@ -115,3 +115,15 @@
|
||||
)
|
||||
result = /obj/item/food/philly_cheesesteak
|
||||
category = CAT_SANDWICH
|
||||
|
||||
/datum/crafting_recipe/food/death_sandwich
|
||||
name = "Death Sandwich"
|
||||
always_available = FALSE
|
||||
reqs = list(
|
||||
/obj/item/food/breadslice/plain = 2,
|
||||
/obj/item/food/salami = 4,
|
||||
/obj/item/food/meatball = 4,
|
||||
/obj/item/food/grown/tomato = 1,
|
||||
)
|
||||
result = /obj/item/food/death_sandwich
|
||||
category = CAT_SANDWICH
|
||||
|
||||
Reference in New Issue
Block a user