diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 78a8fe6938..7fdbc58e80 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -38,8 +38,13 @@ var/global/datum/controller/gameticker/ticker /datum/controller/gameticker/proc/pregame() login_music = pick(\ - 'sound/music/space.ogg',\ + 'sound/music/halloween/skeletons.ogg',\ + 'sound/music/halloween/halloween.ogg',\ + 'sound/music/halloween/ghosts.ogg') + //'sound/music/space.ogg',\ 'sound/music/traitor.ogg',\ + 'sound/music/title2.ogg',\ + 'sound/music/clouds.s3m',\ 'sound/music/space_oddity.ogg') //Ground Control to Major Tom, this song is cool, what's going on? do pregame_timeleft = 180 diff --git a/icons/misc/fullscreen.dmi b/icons/misc/fullscreen.dmi index 7d8ced9e49..1e4dc6c81e 100644 Binary files a/icons/misc/fullscreen.dmi and b/icons/misc/fullscreen.dmi differ diff --git a/icons/misc/fullscreen_original.dmi b/icons/misc/fullscreen_original.dmi new file mode 100644 index 0000000000..7d8ced9e49 Binary files /dev/null and b/icons/misc/fullscreen_original.dmi differ diff --git a/sound/music/halloween/ghosts.ogg b/sound/music/halloween/ghosts.ogg new file mode 100644 index 0000000000..26c40917a5 Binary files /dev/null and b/sound/music/halloween/ghosts.ogg differ diff --git a/sound/music/halloween/halloween.ogg b/sound/music/halloween/halloween.ogg new file mode 100644 index 0000000000..c739941be3 Binary files /dev/null and b/sound/music/halloween/halloween.ogg differ diff --git a/sound/music/halloween/skeletons.ogg b/sound/music/halloween/skeletons.ogg new file mode 100644 index 0000000000..2b0b6878bf Binary files /dev/null and b/sound/music/halloween/skeletons.ogg differ