mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
feat: dynamic Lavaland bridge lengths. (#27173)
This commit is contained in:
committed by
GitHub
parent
2ec6a3adfc
commit
105a2fa617
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user