mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fixes chaplains not being able to assign their deity/religion plus some minor refactor of the religion subsystem
This commit is contained in:
@@ -3,10 +3,8 @@ SUBSYSTEM_DEF(religion)
|
||||
init_order = 19
|
||||
flags = SS_NO_FIRE|SS_NO_INIT
|
||||
|
||||
var/bible_deity_name
|
||||
var/Bible_icon_state
|
||||
var/Bible_item_state
|
||||
var/Bible_name
|
||||
var/Bible_deity_name
|
||||
|
||||
var/holy_weapon
|
||||
var/religion
|
||||
var/deity
|
||||
var/bible_name
|
||||
var/list/bible_icons = list("icon_state", "item_state")
|
||||
var/holy_weapon_type
|
||||
Reference in New Issue
Block a user