>Gun Hog in charge of math
This commit is contained in:
GunHog
2016-08-02 10:59:55 -05:00
parent db6b95973e
commit ff9f10a74c
+1 -1
View File
@@ -545,7 +545,7 @@
return
var/colony_radius = max(width, height)/2
var/list/area_counter = get_areas_in_range(colony_radius, T)
if(area_counter.len > 2) //Avoid smashing ruins unless you are inside a really big one
if(area_counter.len > 1) //Avoid smashing ruins unless you are inside a really big one
user << "Unable to acquire a targeting lock. Find an area clear of stuctures or entirely within one."
return