From 0ca362ab6379669560f99657f4edb31e71a5942e Mon Sep 17 00:00:00 2001 From: saxyboi Date: Fri, 11 Oct 2024 06:11:53 +0300 Subject: [PATCH] Adding new 4 taunts from Scream Fortress XVI Update (#26) --- .../configs/custom_taunts/taunts.cfg | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/addons/sourcemod/configs/custom_taunts/taunts.cfg b/addons/sourcemod/configs/custom_taunts/taunts.cfg index a480f5b..72113e0 100644 --- a/addons/sourcemod/configs/custom_taunts/taunts.cfg +++ b/addons/sourcemod/configs/custom_taunts/taunts.cfg @@ -91,6 +91,13 @@ "index" "31414" } } + "Peace Out" + { + "scout" + { + "index" "31466" + } + } "Fresh Brewed Victory" { "soldier" @@ -329,6 +336,13 @@ "index" "31352" } } + "Crushing Defeat" + { + "heavy" + { + "index" "31465" + } + } "Rancho Relaxo" { "engineer" @@ -525,6 +539,13 @@ "index" "31289" } } + "The Punchline" + { + "spy" + { + "index" "31468" + } + } "High Five!" { "any" @@ -686,4 +707,11 @@ "index" "31441" } } + "Commending Clap" + { + "any" + { + "index" "31467" + } + } }