Basically, make the SC button give meat instead of a cookie.
Lizards already get chunks of meat instead of cookies so it’s in the code somewhere.
2 Likes
+1
Found it, not sure how to make it modular though.
var/cookiealt = /obj/item/food/cookie
if(isskeleton(H))
cookiealt = /obj/item/reagent_containers/food/condiment/milk
else if(isplasmaman(H))
cookiealt = /obj/item/reagent_containers/food/condiment/milk
else if(isethereal(H))
cookiealt = /obj/item/food/energybar
else if(islizard(H))
cookiealt = /obj/item/food/meat/slab