Unorphans the blackbox (#26129)

Moved sql_poll_population from server_maint to this new SS. Moved few remaining server_maint tasks to SSping and deleted it.
This commit is contained in:
Cyberboss
2017-04-27 10:04:57 +12:00
committed by oranges
parent 5ace376e4a
commit 729010bbb2
106 changed files with 668 additions and 702 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
if(energy > 0)
if(energy >= 200)
var/turf/T = get_turf(src)
feedback_add_details("engine_started","[src.type]")
SSblackbox.add_details("engine_started","[src.type]")
var/obj/singularity/S = new creation_type(T, 50)
transfer_fingerprints_to(S)
qdel(src)