Merge pull request #6031 from Citadel-Station-13/upstream-merge-36466

[MIRROR] Unit test to make sure all subsystems which initialize call parent
This commit is contained in:
deathride58
2018-03-20 15:56:27 +00:00
committed by GitHub
6 changed files with 16 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ SUBSYSTEM_DEF(dbcore)
message_admins("Database schema ([db_major].[db_minor]) doesn't match the latest schema version ([DB_MAJOR_VERSION].[DB_MINOR_VERSION]), this may lead to undefined behaviour or errors")
if(2)
message_admins("Could not get schema version from database")
return ..()
/datum/controller/subsystem/dbcore/Recover()
+2
View File
@@ -14,6 +14,8 @@ SUBSYSTEM_DEF(pathfinder)
free = 1
flow = new()
flow.len=lcount
return ..()
/datum/controller/subsystem/pathfinder/proc/getfree(atom/M)
if(run < lcount)
+2
View File
@@ -30,3 +30,5 @@ SUBSYSTEM_DEF(stickyban)
for (var/bannedckey in cache)
world.SetConfig("ban", bannedckey, list2stickyban(cache[bannedckey]))
return ..()
+2
View File
@@ -141,4 +141,6 @@ SUBSYSTEM_DEF(traumas)
/datum/species/shadow))
)
return ..()
#undef PHOBIA_FILE