mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
* Renames a few variables. Also reorders fallback order again. Renames item_state to inhand_icon_state Renames mob_overlay_icon to worn_icon Renames mob_overlay_state to worn_icon_state worn_icon_state/mob_overlay_state now never gets used for inhands. * Fixes some comments * Fixes map issue * Restart lints * Properly resolves conflicts
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
// All religion stuff
|
|
GLOBAL_VAR(religion)
|
|
GLOBAL_VAR(deity)
|
|
GLOBAL_DATUM(religious_sect, /datum/religion_sect)
|
|
GLOBAL_VAR(favor)
|
|
|
|
//bible
|
|
GLOBAL_VAR(bible_name)
|
|
GLOBAL_VAR(bible_icon_state)
|
|
GLOBAL_VAR(bible_inhand_icon_state)
|
|
|
|
//gear
|
|
GLOBAL_VAR(holy_weapon_type)
|
|
GLOBAL_VAR(holy_armor_type)
|