From 31ce7a75914747acdd0c9ded23ebecddbb401cc0 Mon Sep 17 00:00:00 2001 From: saxyboi Date: Fri, 8 Dec 2023 17:07:08 +0300 Subject: [PATCH] Adding new 3 taunts from the Smissmas 2023 update (#20) New 3 taunts: Cheers!, Mourning Mercs, Foul Play These taunt were added in the Smissmas 2023 update --- addons/sourcemod/configs/customtaunts.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/addons/sourcemod/configs/customtaunts.cfg b/addons/sourcemod/configs/customtaunts.cfg index 944b41d..5a0b386 100644 --- a/addons/sourcemod/configs/customtaunts.cfg +++ b/addons/sourcemod/configs/customtaunts.cfg @@ -84,6 +84,13 @@ "index" "31354" } } + "Foul Play" + { + "scout" + { + "index" "31414" + } + } "Fresh Brewed Victory" { "soldier" @@ -637,4 +644,18 @@ "index" "31348" } } + "Cheers!" + { + "any" + { + "index" "31412" + } + } + "Mourning Mercs" + { + "any" + { + "index" "31413" + } + } }