Skip to content

Commit

Permalink
BLUESPACE IS BLU
Browse files Browse the repository at this point in the history
DON'T LISTEN TO THE REDSPACERS! BLUESPACE IS BLU!!
  • Loading branch information
RadiantFlash7 committed May 26, 2023
1 parent b5035f2 commit 6c802d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/controllers/evacuation/evacuation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ var/datum/evacuation_controller/evacuation_controller
if(!bsd_drive_active && !emergency_evacuation && world.time >= evac_launch_time - 8 SECONDS) // OCCULUS EDIT- OUR NEW JUMP SOUNDS
sound_to(world, sound('zzzz_modular_occulus/sound/effects/bluespace_drive.ogg', repeat = 0, wait = 0, volume = 85, channel = GLOB.admin_sound_channel))// OCCULUS EDIT
sound_to(world, sound('zzzz_modular_occulus/sound/effects/bluespace_drive_traveling.ogg', repeat = 1, wait = 1, volume = 85, channel = GLOB.admin_sound_channel))// OCCULUS EDIT
parallax_blue() //OCCULUS EDIT- Oops, all blue
bsd_drive_active = TRUE // OCCULUS EDIT
if(world.time >= evac_launch_time)
launch_evacuation()
Expand All @@ -187,3 +188,10 @@ var/datum/evacuation_controller/evacuation_controller
/datum/evacuation_controller/proc/get_evac_option(var/option_target)
return null

//OCCULUS EDIT start
/datum/evacuation_controller/proc/parallax_blue() //Oops, all blue
for (var/obj/parallax/P in world)
var/obj/parallax_screen/PS = P.parallax_screen
PS.icon_state = "[PS.icon_state]-b"
P.update()
//OCCULUS EDIT End
Binary file modified icons/parallax.dmi
Binary file not shown.

0 comments on commit 6c802d8

Please sign in to comment.