allows janitor keys to be stored in janitor wintercoats and janibets (#78724)

## About The Pull Request
the janitor access key could not be stored on their belt, or their
wintercoat slot, which felt off to me. so i added it to both of them,
and added the janicart key to the coat slot as well. i figure if one can
fit, the other probably can too.
## Why It's Good For The Game
convenient, less cumbersome storage for items that you want to keep both
close to your person, and accessible for easy use.
## Changelog
🆑
qol: allows janitor keys to be stored in janitor wintercoats and
janibets
/🆑
This commit is contained in:
Lamb
2023-10-06 16:08:53 -06:00
committed by GitHub
parent 2ce7819d79
commit 26f871cb04
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -670,6 +670,7 @@
atom_storage.max_slots = 6
atom_storage.max_specific_storage = WEIGHT_CLASS_NORMAL // Set to this so the light replacer can fit.
atom_storage.set_holdable(list(
/obj/item/access_key,
/obj/item/assembly/mousetrap,
/obj/item/clothing/gloves,
/obj/item/flashlight,
@@ -247,8 +247,10 @@
icon_state = "coatjanitor"
inhand_icon_state = null
allowed = list(
/obj/item/access_key,
/obj/item/grenade/chem_grenade,
/obj/item/holosign_creator,
/obj/item/key/janitor,
/obj/item/reagent_containers/cup/beaker,
/obj/item/reagent_containers/cup/bottle,
/obj/item/reagent_containers/cup/tube,