From f839cac808a4c913a1cbba9916fc0a13d6961d62 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 24 Apr 2015 20:50:51 +0200 Subject: [PATCH] Renamed/recategorized some taunts. --- lua/autorun/server/prophunt_tauntmenu.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lua/autorun/server/prophunt_tauntmenu.lua b/lua/autorun/server/prophunt_tauntmenu.lua index 5af0db3..518e325 100644 --- a/lua/autorun/server/prophunt_tauntmenu.lua +++ b/lua/autorun/server/prophunt_tauntmenu.lua @@ -34,19 +34,19 @@ local fixedNames = { ["taunts/boom_headshot.wav"] = "Boom, Headshot!", ["taunts/go_away_or_i_shall.wav"] = "Go away or I shall taunt you", ["taunts/ill_be_back.wav"] = "I'll be back", - ["taunts/negative.wav"] = "Negative", + ["taunts/negative.wav"] = "Counter-Strike - Negative", ["taunts/doh.wav"] = "Simpsons - D'oh!", - ["taunts/oh_yea_he_will_pay.wav"] = "Yeah, you'll pay, you will definitely pay", - ["taunts/ok_i_will_tell_you.wav"] = "I'll tell you, do you know the muffin man?", + ["taunts/oh_yea_he_will_pay.wav"] = "You will definitely pay", + ["taunts/ok_i_will_tell_you.wav"] = "Muffin man", ["taunts/please_come_again.wav"] = "Please come again", - ["taunts/threat_neutralized.wav"] = "Thread neutralized!", + ["taunts/threat_neutralized.wav"] = "Counter-Strike - Threat neutralized!", ["taunts/what_is_wrong_with_you.wav"] = "What is wrong with you!?", ["taunts/woohoo.wav"] = "Woohoo!", ["taunts/props/1.wav"] = "Boom, Headshot!", ["taunts/props/2.wav"] = "Simpsons - D'oh!", ["taunts/props/3.wav"] = "Go away or I shall taunt you", - ["taunts/props/4.wav"] = "Vince with ShamWow!", - ["taunts/props/5.wav"] = "Negative", + ["taunts/props/4.wav"] = "Vince - Vince with ShamWow!", + ["taunts/props/5.wav"] = "Counter-Strike - Negative", ["taunts/props/6.wav"] = "Over 9000", ["taunts/props/7.wav"] = "LEEROY JENKINS", ["taunts/props/8.wav"] = "Please come again", @@ -54,7 +54,7 @@ local fixedNames = { ["taunts/props/10.wav"] = "What is wrong with you!?", ["taunts/props/11.wav"] = "Woohoo!", ["taunts/props/12.wav"] = "What do you like to play? Pokemon!", - ["taunts/props/13.mp3"] = "I need chippie for my bonga hole", + ["taunts/props/13.mp3"] = "I'm cornholio", ["taunts/props/14.wav"] = "Wheeee!", ["taunts/props/15.wav"] = "Snooping as usual, I see", ["taunts/props/16.wav"] = "AAAAAAAAAAATATATATATATATA", @@ -71,8 +71,8 @@ local fixedNames = { ["taunts/props/27.wav"] = "Billy Maze - The Oxiclean Detergent ball", ["taunts/props/28.wav"] = "Billy Maze - Laundries just got easier", ["taunts/props/29.wav"] = "Music - Running in the 90's", - ["taunts/props/30.wav"] = "All military forces...", - ["taunts/props/31.mp3"] = "Bad boys, what you gonna do when they come for you?", + ["taunts/props/30.wav"] = "All military forces have been eliminated", + ["taunts/props/31.mp3"] = "Music - Bad boys", ["taunts/props/32.mp3"] = "Music - TEKKNO", ["taunts/props/33.mp3"] = "Music - Call on me", ["taunts/props/34.mp3"] = "Music - I am the one and only", @@ -107,7 +107,7 @@ local fixedNames = { ["vo/npc/male01/incoming02.wav"] = "Half-Life 2 - Incoming!", ["vo/npc/male01/gethellout.wav"] = "Half-Life 2 - Get the hell outta here", ["vo/ravenholm/madlaugh04.wav"] = "Father Gregori - Mad laugh", - ["taunts/fixed/13_fix.wav"] = "I need chippie for my bonga hole", + ["taunts/fixed/13_fix.wav"] = "I'm cornholio", ["taunts/fixed/bees_fix.wav"] = "Not the bees!" }