This commit is contained in:
kevinz000
2020-04-30 00:48:37 -07:00
parent 71be8ed2fc
commit 72cbb77ecc
6 changed files with 43 additions and 7 deletions

View File

@@ -335,7 +335,7 @@
var/spawned_terrain = FALSE
if(is_mining_level(z))
spawned_flora = SpawnFlora(T)
if(!spawned_flora && !spawned_terrain) // no rocks beneath mob spawners / mobs.
if(!spawned_flora && !spawned_terrain) // no rocks beneath mob spawners / mobs.
SpawnMonster(T)
T.ChangeTurf(turf_type, null, CHANGETURF_IGNORE_AIR)