This commit is contained in:
Fox-McCloud
2017-08-04 17:15:47 -04:00
parent 2f87d0f55a
commit c3ed8de770
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
/obj/machinery/the_singularitygen/tesla))
for(var/A in typecache_filter_list_reverse(typecache_filter_list(oview(source, zap_range+2), things_to_shock), blacklisted_tesla_types))
for(var/A in typecache_filter_multi_list_exclusion(oview(source, zap_range+2), things_to_shock, blacklisted_tesla_types))
if(istype(A, /obj/machinery/power/tesla_coil))
var/dist = get_dist(source, A)
var/obj/machinery/power/tesla_coil/C = A