mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
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:
committed by
GitHub
parent
0c5fb4198d
commit
db4dda0fdf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user