mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 03:16:07 +00:00
Merge branch 'master' into Lavaland-Expansion
This commit is contained in:
@@ -34,6 +34,4 @@
|
||||
|
||||
|
||||
/datum/turbolift
|
||||
music = list('sound/music/elevator.ogg') // Woo elevator music!
|
||||
|
||||
|
||||
music = list('sound/music/elevator1.ogg', 'sound/music/elevator2.ogg') // Woo elevator music!
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
)
|
||||
|
||||
/datum/turbolift
|
||||
music = list('sound/music/elevator.ogg') // Woo elevator music!
|
||||
music = list('sound/music/elevator1.ogg', 'sound/music/elevator2.ogg') // Woo elevator music!
|
||||
*/
|
||||
/*
|
||||
// shuttle departure cryo doors that turn into ordinary airlock doors at round end
|
||||
@@ -159,4 +159,3 @@ var/global/list/latejoin_shuttle = list()
|
||||
/mob/living/simple_animal/hostile/dragon = 1
|
||||
)
|
||||
*/
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
// Elevator areas.
|
||||
/area/turbolift
|
||||
delay_time = 2 SECONDS
|
||||
forced_ambience = list('sound/music/elevator.ogg')
|
||||
forced_ambience = list('sound/music/elevator1.ogg', 'sound/music/elevator2.ogg')
|
||||
dynamic_lighting = FALSE //Temporary fix for elevator lighting
|
||||
|
||||
requires_power = FALSE
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
lobby_icon = 'icons/misc/title_vr.dmi'
|
||||
lobby_screens = list("tether2_night")
|
||||
id_hud_icons = 'icons/mob/hud_jobs_vr.dmi'
|
||||
id_hud_icons = 'icons/mob/hud_jobs_cit.dmi'
|
||||
|
||||
holomap_smoosh = list(list(
|
||||
Z_LEVEL_SURFACE_LOW,
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
)
|
||||
|
||||
/datum/turbolift
|
||||
music = list('sound/music/elevator.ogg') // Woo elevator music!
|
||||
music = list('sound/music/elevator1.ogg', 'sound/music/elevator2.ogg') // Woo elevator music!
|
||||
*/
|
||||
//////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user