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
@@ -396,7 +396,7 @@
remove_reagent(B, (multiplier * cached_required_reagents[B]), safety = 1)
for(var/P in C.results)
feedback_add_details("chemical_reaction", "[P]|[cached_results[P]*multiplier]")
SSblackbox.add_details("chemical_reaction", "[P]|[cached_results[P]*multiplier]")
multiplier = max(multiplier, 1) //this shouldnt happen ...
add_reagent(P, cached_results[P]*multiplier, null, chem_temp)
@@ -3,7 +3,7 @@
var/deletes_extract = TRUE
/datum/chemical_reaction/slime/on_reaction(datum/reagents/holder)
feedback_add_details("slime_cores_used","[type]")
SSblackbox.add_details("slime_cores_used","[type]")
if(deletes_extract)
delete_extract(holder)