tg 43454+43688 port, tweaks w/ trilby, db crate

This commit is contained in:
Hatterhat
2020-01-01 08:30:02 -06:00
parent 811f1f3768
commit 186194418e
36 changed files with 352 additions and 96 deletions
@@ -87,3 +87,12 @@
/datum/component/storage/concrete/pockets/pocketprotector/real_location()
// if the component is reparented to a jumpsuit, the items still go in the protector
return original_parent
/datum/component/storage/concrete/pockets/small/rushelmet
max_items = 1
quickdraw = TRUE
/datum/component/storage/concrete/pockets/small/rushelmet/Initialize()
. = ..()
can_hold = typecacheof(list(/obj/item/reagent_containers/glass/bottle,
/obj/item/ammo_box/a762))