mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Prevents bone from being grilled into steak (#92738)
## About The Pull Request Removes the ability to grill the mutant/skeleton subtype of meat slabs, because there's no meat on that bone. ## Why It's Good For The Game closes #88767 there ain't no meat on that bone ## Changelog 🆑 del: you can't grill a bone into a steak anymore /🆑
This commit is contained in:
@@ -153,6 +153,9 @@
|
||||
/obj/item/food/meat/slab/human/mutant/skeleton/make_processable()
|
||||
return //skeletons don't have cutlets
|
||||
|
||||
/obj/item/food/meat/slab/human/mutant/skeleton/make_grillable()
|
||||
return
|
||||
|
||||
/obj/item/food/meat/slab/human/mutant/zombie
|
||||
name = "meat (rotten)"
|
||||
icon_state = "rottenmeat"
|
||||
|
||||
Reference in New Issue
Block a user