For some reason this decided to throw a warning.

This commit is contained in:
MistakeNot4892
2022-08-16 19:06:42 +10:00
parent 274b1e518f
commit c48e9be967

View File

@@ -18,7 +18,6 @@
/datum/artifact_effect/uncommon/cellcharge/DoEffectAura()
var/atom/holder = get_master_holder()
if(holder)
var/turf/T = get_turf(holder)
for (var/obj/machinery/power/apc/C in GLOB.apcs)
if(get_dist(holder, C) <= 200)
for (var/obj/item/cell/B in C.contents)