mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
co-authored by
Whoneedspacee
parent
cac11c0e2d
commit
66f5250290
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user