moral of the story is doublecheck your code

This commit is contained in:
Kraseo
2020-02-24 14:13:52 +01:00
parent 08829fe535
commit 80ebdc44c7
+1 -2
View File
@@ -19,7 +19,6 @@
var/won = FALSE
/datum/sabotage_objective/processing/New()
special_equipment += /obj/item/sbeacondrop/powersink
..()
START_PROCESSING(SSprocessing, src)
@@ -37,7 +36,7 @@
/datum/sabotage_objective/processing/power_sink
name = "Drain at least 1 gigajoule of power using a power sink."
sabotage_type = "powersink"
special_equipment = list(/obj/item/powersink)
special_equipment = list(/obj/item/sbeacondrop/powersink)
var/sink_found = FALSE
var/count = 0