[MIRROR] you can now store dead mice in your chef's hat as well (#117)

* justice for dead mice (#52436)

* you can now store dead mice in your chef's hat as well

Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-07-30 01:29:49 +02:00
committed by GitHub
parent 0274b9eb1d
commit 49fc2a47f2
@@ -41,7 +41,8 @@
/datum/component/storage/concrete/pockets/chefhat/Initialize()
. = ..()
set_holdable(list(
/obj/item/clothing/head/mob_holder
/obj/item/clothing/head/mob_holder,
/obj/item/reagent_containers/food/snacks/deadmouse
))
/datum/component/storage/concrete/pockets/chefhat/can_be_inserted(obj/item/I, stop_messages, mob/M)