Merge pull request #11220 from Kraseo/powersink-of-tc

Gives traitors with power-draining sabotage objective a free powersink
This commit is contained in:
kevinz000
2020-02-27 00:59:20 -07:00
committed by GitHub
+1 -1
View File
@@ -36,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