mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
For some reason this decided to throw a warning.
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
/datum/artifact_effect/uncommon/cellcharge/DoEffectAura()
|
/datum/artifact_effect/uncommon/cellcharge/DoEffectAura()
|
||||||
var/atom/holder = get_master_holder()
|
var/atom/holder = get_master_holder()
|
||||||
if(holder)
|
if(holder)
|
||||||
var/turf/T = get_turf(holder)
|
|
||||||
for (var/obj/machinery/power/apc/C in GLOB.apcs)
|
for (var/obj/machinery/power/apc/C in GLOB.apcs)
|
||||||
if(get_dist(holder, C) <= 200)
|
if(get_dist(holder, C) <= 200)
|
||||||
for (var/obj/item/cell/B in C.contents)
|
for (var/obj/item/cell/B in C.contents)
|
||||||
|
|||||||
Reference in New Issue
Block a user