Fixes ore scanner

Before: it didn't scan dark tiles and the tile you were standing on.
Now: scans both.
This commit is contained in:
Kelenius
2015-02-08 05:52:12 +03:00
parent 03125b97f4
commit 71dabeb557
+1 -1
View File
@@ -23,7 +23,7 @@
"exotic matter" = 0
)
for(var/turf/T in oview(3,get_turf(user)))
for(var/turf/T in range(3,get_turf(user)))
if(!T.has_resources)
continue