diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 7fdbc58e80..e57b59cce7 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -38,10 +38,10 @@ var/global/datum/controller/gameticker/ticker /datum/controller/gameticker/proc/pregame() login_music = pick(\ - 'sound/music/halloween/skeletons.ogg',\ + /*'sound/music/halloween/skeletons.ogg',\ 'sound/music/halloween/halloween.ogg',\ - 'sound/music/halloween/ghosts.ogg') - //'sound/music/space.ogg',\ + 'sound/music/halloween/ghosts.ogg'*/ + 'sound/music/space.ogg',\ 'sound/music/traitor.ogg',\ 'sound/music/title2.ogg',\ 'sound/music/clouds.s3m',\ diff --git a/icons/misc/fullscreen.dmi b/icons/misc/fullscreen.dmi index 1e4dc6c81e..7d8ced9e49 100644 Binary files a/icons/misc/fullscreen.dmi and b/icons/misc/fullscreen.dmi differ diff --git a/icons/misc/fullscreen_halloween.dmi b/icons/misc/fullscreen_halloween.dmi new file mode 100644 index 0000000000..1e4dc6c81e Binary files /dev/null and b/icons/misc/fullscreen_halloween.dmi differ