Ruins will now remove flora (#20957)

This commit is contained in:
Joan Lung
2016-10-15 12:00:24 -04:00
committed by AnturK
parent dbf55dfed5
commit ca26b0ff5c
+2
View File
@@ -127,6 +127,8 @@ var/global/list/potentialRandomZlevels = generateMapList(filename = "config/away
var/turf/T = i
for(var/mob/living/simple_animal/monster in T)
qdel(monster)
for(var/obj/structure/flora/ash/plant in T)
qdel(plant)
template.load(central_turf,centered = TRUE)
template.loaded++
var/datum/map_template/ruin = template