Fix all bibles being carved (#81836)

## About The Pull Request

`/obj/item/book/bible` had `carve_out` in `Initialize` instead of
`/obj/item/book/bible/booze`

## Changelog

🆑 Melbert
fix: All bibles are no longer suspiciously hollow 
/🆑
This commit is contained in:
MrMelbert
2024-03-05 17:36:51 -06:00
committed by GitHub
parent 92129f6741
commit 170541bd2d
+1 -1
View File
@@ -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