BY CONSENSUS OF THE ADMIN TEAM:

Music buttons and song files removed.
Consequently, bananaphone kitchen recipe removed.
This saves over 10MB from the resource download, making it go faster for everyone and reducing lag.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1881 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2011-07-18 17:46:20 +00:00
parent 338c826d1c
commit 22ec2a84ad
8 changed files with 18 additions and 16 deletions

View File

@@ -158,11 +158,11 @@
verbs += /client/proc/make_sound // -- TLE
verbs += /client/proc/object_talk // -- TLE
verbs += /client/proc/play_sound
verbs += /client/proc/cuban_pete // -- Urist
verbs += /client/proc/bananaphone // -- Darem
verbs += /client/proc/honk_theme // -- Urist the Honky
// verbs += /client/proc/cuban_pete // -- Urist
// verbs += /client/proc/bananaphone // -- Darem
// verbs += /client/proc/honk_theme // -- Urist the Honky
verbs += /client/proc/only_one // muskets
verbs += /client/proc/space_asshole // --Agouri :3
// verbs += /client/proc/space_asshole // --Agouri :3
verbs += /client/proc/strike_team //N
verbs += /client/proc/send_space_ninja //N
verbs += /client/proc/spawn_xeno //N
@@ -298,11 +298,11 @@
verbs += /client/proc/make_sound // -- TLE
//verbs += /client/proc/object_talk // -- TLE
verbs += /client/proc/play_sound
verbs += /client/proc/cuban_pete // -- Urist
verbs += /client/proc/honk_theme // -- Urist the Honky
verbs += /client/proc/bananaphone
// verbs += /client/proc/cuban_pete // -- Urist
// verbs += /client/proc/honk_theme // -- Urist the Honky
// verbs += /client/proc/bananaphone
verbs += /client/proc/only_one // muskets
verbs += /client/proc/space_asshole // --Agouri :3
// verbs += /client/proc/space_asshole // --Agouri :3
//verbs += /client/proc/strike_team //N
verbs += /client/proc/send_space_ninja //N
verbs += /client/proc/spawn_xeno //N
@@ -1199,10 +1199,10 @@
verbs -= /client/proc/make_sound // -- TLE
verbs -= /client/proc/object_talk // -- TLE
verbs -= /client/proc/play_sound
verbs -= /client/proc/cuban_pete // -- Urist
verbs -= /client/proc/honk_theme // -- Urist the Honky
verbs -= /client/proc/bananaphone // -- Darem
verbs -= /client/proc/space_asshole // --Agouri :3
// verbs -= /client/proc/cuban_pete // -- Urist
// verbs -= /client/proc/honk_theme // -- Urist the Honky
// verbs -= /client/proc/bananaphone // -- Darem
// verbs -= /client/proc/space_asshole // --Agouri :3
verbs -= /client/proc/strike_team //N
verbs -= /client/proc/send_space_ninja //N
verbs -= /client/proc/spawn_xeno //N

View File

@@ -38,7 +38,7 @@
//else
// alert("Debugging is disabled")
// return
/*
/client/proc/cuban_pete()
set category = "Fun"
set name = "Cuban Pete Time"
@@ -92,7 +92,7 @@ client/proc/honk_theme()
if(M.client)
if(M.client.midis)
M << 'honk_theme.ogg'
*/
/*if(Debug2)
if(!src.authenticated || !src.holder)