•Comitting space_asshole song for when traitors are winning.

Im sorry for the filesize. The lowQ version was plain unhearable.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@539 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
polyxenitopalidou
2010-12-05 18:32:23 +00:00
parent 793e5702f1
commit d44791fadd
3 changed files with 19 additions and 0 deletions

View File

@@ -85,6 +85,7 @@
src.verbs += /client/proc/object_talk // -- TLE src.verbs += /client/proc/object_talk // -- TLE
src.verbs += /client/proc/play_sound src.verbs += /client/proc/play_sound
src.verbs += /client/proc/cuban_pete // -- Urist src.verbs += /client/proc/cuban_pete // -- Urist
src.verbs += /client/proc/space_asshole // --Agouri :3
src.verbs += /client/proc/sendmob src.verbs += /client/proc/sendmob
src.verbs += /client/proc/stealthadmin src.verbs += /client/proc/stealthadmin
src.verbs += /client/proc/ticklag src.verbs += /client/proc/ticklag
@@ -180,6 +181,7 @@
src.verbs += /client/proc/modifytemperature src.verbs += /client/proc/modifytemperature
src.verbs += /client/proc/play_sound src.verbs += /client/proc/play_sound
src.verbs += /client/proc/cuban_pete // -- Urist src.verbs += /client/proc/cuban_pete // -- Urist
src.verbs += /client/proc/space_asshole // -- Agouri :3
src.verbs += /client/proc/sendmob src.verbs += /client/proc/sendmob
src.verbs += /client/proc/stealthadmin src.verbs += /client/proc/stealthadmin
src.verbs += /client/proc/ticklag src.verbs += /client/proc/ticklag

View File

@@ -54,6 +54,23 @@
CP << "Your body can't contain the rhumba beat" CP << "Your body can't contain the rhumba beat"
CP.gib(1) CP.gib(1)
client/proc/space_asshole()
set category = "Fun"
set name = "Space Asshole"
message_admins("[key_name_admin(usr)] has played the Space Asshole Hymn.", 1)
for(var/mob/M in world)
if(M.client)
if(M.client.midis)
M << 'space_asshole.ogg'
/*if(Debug2) /*if(Debug2)
if(!src.authenticated || !src.holder) if(!src.authenticated || !src.holder)
src << "Only administrators may use this command." src << "Only administrators may use this command."

Binary file not shown.