From 5b65826ec4a1ec7c958ccd87dd41c37917fe72b0 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 1 Apr 2012 17:12:38 -0700 Subject: [PATCH] Reverted traitorous music verb. --- code/game/gamemodes/traitor/traitor.dm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index c0daa228b20..f2a79377d8d 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -289,15 +289,4 @@ traitor_mob << "Use the code words in the order provided, during regular conversation, to identify other agents. Proceed with caution, however, as everyone is a potential foe." spawn(30) traitor_mob << sound('syndicate intro.ogg',volume=50) - traitor_mob.client.verbs += /client/proc/play_traitor_music - //End code phrase. - -/client/proc/play_traitor_music() - set category = "Traitor" - set name = "Play Traitorous Music" - - log_admin("[key_name(src)] played traitorous music.") - message_admins("[key_name_admin(src)] played traitorous music.", 1) - playsound(get_turf_loc(src.mob), 'traitor.ogg', 50, 0, 3) - verbs -= /client/proc/play_traitor_music - return \ No newline at end of file + //End code phrase. \ No newline at end of file