Replaces lavaland generation (Cellular automata caves) with a more sophisticated cave network system (#96026)

This commit is contained in:
CabinetOnFire
2026-06-06 15:36:14 +00:00
committed by GitHub
parent f78a72d5bd
commit cfd1c8bb67
9 changed files with 101 additions and 24 deletions
+3
View File
@@ -17,6 +17,9 @@ SUBSYSTEM_DEF(mapping)
var/list/ruins_templates = list()
///Assoc list of all ruins spawned, key center of ruin spawn -> value ruin instance
var/list/active_ruins = alist()
///List of ruins, separated by their theme
var/list/themed_ruins = list()