mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 07:42:21 +00:00
makes the lavaland theme log sound more rational (#22210)
This commit is contained in:
@@ -41,7 +41,7 @@ SUBSYSTEM_DEF(mapping)
|
|||||||
|
|
||||||
/datum/controller/subsystem/mapping/Initialize()
|
/datum/controller/subsystem/mapping/Initialize()
|
||||||
lavaland_theme = pick(/turf/simulated/floor/plating/lava/smooth/lava_land_surface, /turf/simulated/floor/plating/lava/smooth/lava_land_surface/plasma, /turf/simulated/floor/chasm/straight_down/lava_land_surface)
|
lavaland_theme = pick(/turf/simulated/floor/plating/lava/smooth/lava_land_surface, /turf/simulated/floor/plating/lava/smooth/lava_land_surface/plasma, /turf/simulated/floor/chasm/straight_down/lava_land_surface)
|
||||||
log_startup_progress("We feel like [lavaland_theme] today...") //We load this first. In the event some nerd ever makes a surface map, and we don't have it in lavaland in the event lavaland is disabled.
|
log_startup_progress("We're in the mood for [initial(lavaland_theme.name)] today...") //We load this first. In the event some nerd ever makes a surface map, and we don't have it in lavaland in the event lavaland is disabled.
|
||||||
cave_theme = pick(BLOCKED_BURROWS, CLASSIC_CAVES, DEADLY_DEEPROCK)
|
cave_theme = pick(BLOCKED_BURROWS, CLASSIC_CAVES, DEADLY_DEEPROCK)
|
||||||
log_startup_progress("We feel like [cave_theme] today...")
|
log_startup_progress("We feel like [cave_theme] today...")
|
||||||
// Load all Z level templates
|
// Load all Z level templates
|
||||||
|
|||||||
Reference in New Issue
Block a user