[MIRROR] Bible refactor [MDB IGNORE] (#21190)

* Bible refactor

* Delete book.dm

* updatepaths

* you're meaning to tell me i have to edit CODE??

---------

Co-authored-by: ChungusGamer666 <82850673+ChungusGamer666@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-05-16 09:34:10 -04:00
committed by GitHub
co-authored by ChungusGamer666 Tom Jolly-66
parent 71e0d530d3
commit d3f2386664
52 changed files with 1274 additions and 1414 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "bibles"
/datum/asset/spritesheet/bibles/create_spritesheets()
var/obj/item/storage/book/bible/holy_template = /obj/item/storage/book/bible
var/obj/item/book/bible/holy_template = /obj/item/book/bible
InsertAll("display", initial(holy_template.icon))
/datum/asset/spritesheet/bibles/ModifyInserted(icon/pre_asset)