mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user