mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user