diff --git a/code/modules/library/bibles.dm b/code/modules/library/bibles.dm index 6a5d1b1d5c4..d1f58f2e3ce 100644 --- a/code/modules/library/bibles.dm +++ b/code/modules/library/bibles.dm @@ -88,7 +88,6 @@ GLOBAL_LIST_INIT(bibleitemstates, list( active_slots = ITEM_SLOT_SUITSTORE,\ on_intercepted = CALLBACK(src, PROC_REF(on_intercepted_bullet)),\ ) - carve_out() /obj/item/book/bible/Destroy(force) QDEL_NULL(bullet_catcher) @@ -345,6 +344,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list( /obj/item/book/bible/booze/Initialize(mapload) . = ..() + carve_out() new /obj/item/reagent_containers/cup/glass/bottle/whiskey(src) /obj/item/book/bible/syndicate