void heretic and many other prs

This commit is contained in:
kiwedespars
2021-03-09 02:58:34 -08:00
parent 8591b2eec2
commit 3ce6459aef
48 changed files with 1354 additions and 382 deletions
@@ -97,3 +97,11 @@
. = ..()
can_hold = typecacheof(list(/obj/item/reagent_containers/glass/bottle,
/obj/item/ammo_box/a762))
/datum/component/storage/concrete/pockets/void_cloak
quickdraw = TRUE
max_items = 3
/datum/component/storage/concrete/pockets/void_cloak/Initialize()
. = ..()
var/static/list/exception_cache = typecacheof(list(/obj/item/living_heart,/obj/item/forbidden_book))