mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Merge errors, removes istype.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user