feat: dynamic Lavaland bridge lengths. (#27173)

This commit is contained in:
warriorstar-orion
2024-11-19 05:38:06 -05:00
committed by GitHub
parent 2ec6a3adfc
commit 105a2fa617
18 changed files with 214 additions and 751 deletions
@@ -28,16 +28,3 @@ SUBSYSTEM_DEF(late_mapping)
QDEL_LIST_CONTENTS(maze_generators)
var/duration = stop_watch(watch)
log_startup_progress("Generated [mgcount] mazes in [duration]s")
if(length(bridge_spawners))
var/watch = start_watch()
log_startup_progress("Spawning bridges...")
for(var/i in bridge_spawners)
var/obj/effect/spawner/bridge/BS = i
BS.generate_bridge()
var/list/bscount = length(bridge_spawners) // Keeping track of this here because we wipe it next line down
QDEL_LIST_CONTENTS(bridge_spawners)
var/duration = stop_watch(watch)
log_startup_progress("Spawned [bscount] bridges in [duration]s")