Files
Bubberstation/code/controllers/subsystem/religion.dm
Cyberboss 31ee152489 Repaths subsystem to controller/subsystem (#24624)
* Repaths subsystem to controller/subsystem

* Fix the shit
2017-03-08 22:05:45 +01:00

18 lines
350 B
Plaintext

var/datum/controller/subsystem/religion/SSreligion
/datum/controller/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/controller/subsystem/religion/New()
NEW_SS_GLOBAL(SSreligion)