From baa2dbf9e3465e06669f3d1175442f93527d209f Mon Sep 17 00:00:00 2001 From: meowinghuman <70555795+meowinghuman@users.noreply.github.com> Date: Fri, 20 Nov 2020 04:40:59 -0500 Subject: [PATCH] new default dominate says (#1163) * new default dominate says Saw a comment asking for new dominate says, well here ya go. * Update DominateSay.cpp * Update DominateSay.cpp got rid of the part that said virgin or some shit, also changed free to another and get a third. --- src/hacks/DominateSay.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hacks/DominateSay.cpp b/src/hacks/DominateSay.cpp index 03522ae9..38dfc408 100644 --- a/src/hacks/DominateSay.cpp +++ b/src/hacks/DominateSay.cpp @@ -18,6 +18,9 @@ const std::vector builtin_default = { "%name%, nice skill, you sell?", "%name%, umad?", "smh i have %dominum% dominations", + "Well, off to vist %name%'s mother!", + "Cleanup on asile 3, %name% left their skill!", + "Congrats %name%! You just won 50 precent off another asswhoopin! Call now and get a third absolutely free!", }; const std::string tf_classes_dominatesay[] = { "class", "scout", "sniper", "soldier", "demoman", "medic", "heavy", "pyro", "spy", "engineer" }; const std::string tf_teams_dominatesay[] = { "RED", "BLU" };