Unit test to make sure all subsystems which initialize call parent

This commit is contained in:
Emmett Gaines
2018-03-20 09:01:46 -04:00
committed by CitadelStationBot
parent 6cd994d342
commit 0832bb62c3
6 changed files with 19 additions and 0 deletions
+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)