[MIRROR] Fixes icebox mob spawns (#747)

* Fixes icebox mob spawns (#53591)

Adds MOB_SPAWN_ALLOWED flag to the underground area for icebox
Fixes #52932

* Fixes icebox mob spawns

Co-authored-by: Whoneedspacee <yougotreallyowned@gmail.com>
This commit is contained in:
SkyratBot
2020-09-11 23:16:33 +02:00
committed by GitHub
co-authored by Whoneedspacee
parent cac11c0e2d
commit 66f5250290
+1 -1
View File
@@ -186,7 +186,7 @@
/area/icemoon/underground/unexplored // mobs and megafauna and ruins spawn here
name = "Icemoon Caves"
icon_state = "unexplored"
area_flags = UNIQUE_AREA | TUNNELS_ALLOWED | FLORA_ALLOWED | MEGAFAUNA_SPAWN_ALLOWED
area_flags = UNIQUE_AREA | TUNNELS_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED | MEGAFAUNA_SPAWN_ALLOWED
/area/icemoon/underground/unexplored/rivers // rivers spawn here
icon_state = "danger"