From 952d2e1e60384382ff7c284f9c052bd3e13a2dfd Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 7 Feb 2021 23:41:27 -0500 Subject: [PATCH] Removes the power sink objective Alternative to the other PR --- code/game/gamemodes/objective_sabotage.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/objective_sabotage.dm b/code/game/gamemodes/objective_sabotage.dm index c8f1ef4713..1fbebfdac4 100644 --- a/code/game/gamemodes/objective_sabotage.dm +++ b/code/game/gamemodes/objective_sabotage.dm @@ -33,6 +33,7 @@ /datum/sabotage_objective/processing/check_conditions() return won +/* /datum/sabotage_objective/processing/power_sink name = "Drain at least 100 megajoules of power using a power sink." sabotage_type = "powersink" @@ -44,6 +45,7 @@ for(var/s in GLOB.power_sinks) var/obj/item/powersink/sink = s won = max(won,sink.power_drained/1e8) +*/ /obj/item/paper/guides/antag/supermatter_sabotage info = "Ways to sabotage a supermatter:
\