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:
Leland Kemble
2025-09-07 21:05:32 -04:00
committed by GitHub
parent fea7440d32
commit 6898315e16
+3
View File
@@ -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"