Merge pull request #10384 from Hatterhat/tg-43454-43688-the-one-with-the-cargo

cargo tweaks, new shit, why do digitigrade sprites exist
This commit is contained in:
Ghom
2020-01-06 21:47:15 +01:00
committed by GitHub
36 changed files with 353 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))