mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
More Fixes
This commit is contained in:
@@ -19,6 +19,7 @@ SUBSYSTEM_DEF(mapping)
|
|||||||
/datum/controller/subsystem/mapping/Initialize(timeofday)
|
/datum/controller/subsystem/mapping/Initialize(timeofday)
|
||||||
if(subsystem_initialized)
|
if(subsystem_initialized)
|
||||||
return
|
return
|
||||||
|
world.max_z_changed() // This is to set up the player z-level list, maxz hasn't actually changed (probably)
|
||||||
maploader = new()
|
maploader = new()
|
||||||
load_map_templates()
|
load_map_templates()
|
||||||
|
|
||||||
|
|||||||
@@ -314,22 +314,22 @@ var/global/list/latejoin_tram = list()
|
|||||||
"Beach" = new/datum/holodeck_program(/area/houseboat/holodeck/beach),
|
"Beach" = new/datum/holodeck_program(/area/houseboat/holodeck/beach),
|
||||||
"Desert" = new/datum/holodeck_program(/area/houseboat/holodeck/desert,
|
"Desert" = new/datum/holodeck_program(/area/houseboat/holodeck/desert,
|
||||||
list(
|
list(
|
||||||
'sound/effects/wind/wind_2_1.ogg',
|
'sound/effects/weather/wind/wind_2_1.ogg',
|
||||||
'sound/effects/wind/wind_2_2.ogg',
|
'sound/effects/weather/wind/wind_2_2.ogg',
|
||||||
'sound/effects/wind/wind_3_1.ogg',
|
'sound/effects/weather/wind/wind_3_1.ogg',
|
||||||
'sound/effects/wind/wind_4_1.ogg',
|
'sound/effects/weather/wind/wind_4_1.ogg',
|
||||||
'sound/effects/wind/wind_4_2.ogg',
|
'sound/effects/weather/wind/wind_4_2.ogg',
|
||||||
'sound/effects/wind/wind_5_1.ogg'
|
'sound/effects/weather/wind/wind_5_1.ogg'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
"Snowfield" = new/datum/holodeck_program(/area/houseboat/holodeck/snow,
|
"Snowfield" = new/datum/holodeck_program(/area/houseboat/holodeck/snow,
|
||||||
list(
|
list(
|
||||||
'sound/effects/wind/wind_2_1.ogg',
|
'sound/effects/weather/wind/wind_2_1.ogg',
|
||||||
'sound/effects/wind/wind_2_2.ogg',
|
'sound/effects/weather/wind/wind_2_2.ogg',
|
||||||
'sound/effects/wind/wind_3_1.ogg',
|
'sound/effects/weather/wind/wind_3_1.ogg',
|
||||||
'sound/effects/wind/wind_4_1.ogg',
|
'sound/effects/weather/wind/wind_4_1.ogg',
|
||||||
'sound/effects/wind/wind_4_2.ogg',
|
'sound/effects/weather/wind/wind_4_2.ogg',
|
||||||
'sound/effects/wind/wind_5_1.ogg'
|
'sound/effects/weather/wind/wind_5_1.ogg'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
"Space" = new/datum/holodeck_program(/area/houseboat/holodeck/space,
|
"Space" = new/datum/holodeck_program(/area/houseboat/holodeck/space,
|
||||||
|
|||||||
Reference in New Issue
Block a user