Bleeding edgy refresh (#303)
* not code stuff * other things * global vars, defines, helpers * onclick hud stuff, orphans, world.dm * controllers and datums * game folder * everything not client/mobs in modules * client folder * stage 1 mob stuff * simple animal things * silicons * carbon things * ayylmaos and monkeys * hyoomahn * icons n shit * sprite fixes * compile fixes * some fixes I cherrypicked. * qdel fixes * forgot brain refractors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var/datum/subsystem/religion/SSreligion
|
||||
var/datum/controller/subsystem/religion/SSreligion
|
||||
|
||||
/datum/subsystem/religion
|
||||
/datum/controller/subsystem/religion
|
||||
name = "Religion"
|
||||
init_order = 19
|
||||
flags = SS_NO_FIRE|SS_NO_INIT
|
||||
@@ -13,5 +13,5 @@ var/datum/subsystem/religion/SSreligion
|
||||
|
||||
var/holy_weapon
|
||||
|
||||
/datum/subsystem/religion/New()
|
||||
/datum/controller/subsystem/religion/New()
|
||||
NEW_SS_GLOBAL(SSreligion)
|
||||
|
||||
Reference in New Issue
Block a user