Unit test to make sure all subsystems which initialize call parent

This commit is contained in:
Emmett Gaines
2018-03-20 08:02:17 -05:00
committed by CitadelStationBot
parent 6cd994d342
commit 0832bb62c3
6 changed files with 19 additions and 0 deletions
+2
View File
@@ -30,3 +30,5 @@ SUBSYSTEM_DEF(stickyban)
for (var/bannedckey in cache)
world.SetConfig("ban", bannedckey, list2stickyban(cache[bannedckey]))
return ..()