mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
•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:
@@ -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
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
BIN
sound/ambience/space_asshole.ogg
Normal file
BIN
sound/ambience/space_asshole.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user