mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 02:52:30 +00:00
18 lines
317 B
Plaintext
18 lines
317 B
Plaintext
var/datum/subsystem/religion/SSreligion
|
|
|
|
/datum/subsystem/religion
|
|
name = "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
|
|
|
|
/datum/subsystem/religion/New()
|
|
NEW_SS_GLOBAL(SSreligion)
|