mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Bible refactor (#75350)
## About The Pull Request This started as a simple addition where burning a bible would curse you, but then I realized... Bibles aren't even proper books, thus can't be burned! So yeah, since that is not necessary due to how atom_storage works, I reworked that. ## Why It's Good For The Game Because burning bibles and getting cursed for it is funny.   ## Changelog 🆑 add: You can burn bibles now! But heresy has a steep cost... /🆑 --------- Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
co-authored by
san7890
parent
8eb5299032
commit
dff70625e7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user