Make lavaland bridges hover over rivers. (#27402)

* feat: Make lavaland bridges hover over rivers.

* just use the normal AO as shadows

* change return

* kill reference to shadows
This commit is contained in:
warriorstar-orion
2024-11-30 11:28:53 -05:00
committed by GitHub
parent 0c5fb4198d
commit db4dda0fdf
3 changed files with 58 additions and 11 deletions
@@ -8,8 +8,6 @@ SUBSYSTEM_DEF(late_mapping)
flags = SS_NO_FIRE
/// List of all maze generators to process
var/list/obj/effect/mazegen/generator/maze_generators = list()
/// List of all bridge spawners to process
var/list/obj/effect/spawner/bridge/bridge_spawners = list()
/datum/controller/subsystem/late_mapping/Initialize()
// Sort all the air machines we initialized during mapload by name all at once