Removes the power sink objective

Alternative to the other PR
This commit is contained in:
keronshb
2021-02-07 23:41:27 -05:00
parent e46652eb39
commit 952d2e1e60
@@ -33,6 +33,7 @@
/datum/sabotage_objective/processing/check_conditions() /datum/sabotage_objective/processing/check_conditions()
return won return won
/*
/datum/sabotage_objective/processing/power_sink /datum/sabotage_objective/processing/power_sink
name = "Drain at least 100 megajoules of power using a power sink." name = "Drain at least 100 megajoules of power using a power sink."
sabotage_type = "powersink" sabotage_type = "powersink"
@@ -44,6 +45,7 @@
for(var/s in GLOB.power_sinks) for(var/s in GLOB.power_sinks)
var/obj/item/powersink/sink = s var/obj/item/powersink/sink = s
won = max(won,sink.power_drained/1e8) won = max(won,sink.power_drained/1e8)
*/
/obj/item/paper/guides/antag/supermatter_sabotage /obj/item/paper/guides/antag/supermatter_sabotage
info = "Ways to sabotage a supermatter:<br>\ info = "Ways to sabotage a supermatter:<br>\