mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user