Merge pull request #14204 from keronshb/powersinkobj-removal

Removes the Power Sink Objective
This commit is contained in:
silicons
2021-02-10 02:09:09 -07:00
committed by GitHub

View File

@@ -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>\