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.
This commit is contained in:
meowinghuman 2020-11-20 04:40:59 -05:00 committed by GitHub
parent 6757e9afbc
commit baa2dbf9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ const std::vector<std::string> 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" };