mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Replaces lavaland generation (Cellular automata caves) with a more sophisticated cave network system (#96026)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user