mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 12:47:13 +01:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
/datum/component/storage/concrete/pockets/small/collar/mind_collar/Initialize()
|
|
. = ..()
|
|
can_hold = typecacheof(list(
|
|
/obj/item/reagent_containers/food/snacks/cookie,
|
|
/obj/item/reagent_containers/food/snacks/sugarcookie,
|
|
/obj/item/mind_controller))
|