Merge errors, removes istype.

This commit is contained in:
TechnoAlchemist
2016-10-10 18:34:36 -07:00
parent cd60b5c3dd
commit ef2efe392b
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -392,8 +392,7 @@
if(istype(loc, /area/mine/explored) || istype(loc, /area/lavaland/surface/outdoors/explored))
return
for(var/obj/structure/flora/ash/F in urange(3,T)) //Allows for growing patches, but not ridiculous stacks of flora
if(istype(F, /obj/structure/flora/ash))
return
return
var/randumb = pickweight(flora_spawn_list)
new randumb(T)