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" };