mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 11:39:18 +00:00
* You can unpack bibles into new altars of the gods (#62234) * You can unpack bibles into new altars of the gods * fix to a thing i caused before i screw things up * balloon alert * Update book.dm * Revert "Update book.dm" This reverts commit 4c6483a7a4efc1eb940cbd120838eade7d7ec784. * You can unpack bibles into new altars of the gods Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
17 lines
318 B
Plaintext
17 lines
318 B
Plaintext
// All religion stuff
|
|
GLOBAL_VAR(religion)
|
|
GLOBAL_VAR(deity)
|
|
GLOBAL_DATUM(religious_sect, /datum/religion_sect)
|
|
|
|
//bible
|
|
GLOBAL_VAR(bible_name)
|
|
GLOBAL_VAR(bible_icon_state)
|
|
GLOBAL_VAR(bible_inhand_icon_state)
|
|
|
|
//altar
|
|
GLOBAL_LIST_EMPTY(chaplain_altars)
|
|
|
|
//gear
|
|
GLOBAL_VAR(holy_weapon_type)
|
|
GLOBAL_VAR(holy_armor_type)
|