From 073eed4009b42e22af7d27ff14046dfe514297b0 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Sun, 28 Aug 2016 21:33:27 -0400 Subject: [PATCH] a classic --- code/modules/mining/mine_turfs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/mine_turfs.dm b/code/modules/mining/mine_turfs.dm index 14245e64feb..f18a329581a 100644 --- a/code/modules/mining/mine_turfs.dm +++ b/code/modules/mining/mine_turfs.dm @@ -372,7 +372,7 @@ if(istype(loc, /area/mine/explored) || istype(loc, /area/lavaland/surface/outdoors/explored)) return for(var/mob/living/simple_animal/hostile/H in urange(12,T)) //prevents mob clumps - if(istype(H, /mob/living/simple_animal/hostile/asteroid) + if(istype(H, /mob/living/simple_animal/hostile/asteroid)) return if(ismegafauna(H) && get_dist(src, H) <= 7) return