From ff9f10a74ceeab2631f75802232d128acde0c0f4 Mon Sep 17 00:00:00 2001 From: GunHog Date: Tue, 2 Aug 2016 10:59:55 -0500 Subject: [PATCH] Whoops >Gun Hog in charge of math --- code/modules/mining/mine_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index 8df34dcb284..bb32ddcf569 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -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