This commit is contained in:
MarcEricMartel
2023-12-05 15:02:31 -05:00
parent b11a484a5a
commit 9c1cd885cf
2 changed files with 11 additions and 10 deletions

View File

@@ -11,12 +11,13 @@
#define ID_LIST_SIZE 127
#define SRV_MANUAL_SETUP true
std::vector<std::string> DEATHMESSAGES = { "@ has gone to meet their maker.",
"@ has bit the dust, if you know what I mean.",
"@ has ceased to be.",
"@ is no more.",
"@ is like, super dead.",
"RIP, @.",
"So long, @, and thanks for all the lols!"};
const std::vector<std::string> DEATHMESSAGES = { "@ has gone to meet their maker.",
"@ has bit the dust, if you know what I mean.",
"@ has ceased to be.",
"@ is no more.",
"@ is like, super dead.",
"RIP, @.",
"So long, @, and thanks for all the lols!",
"@ has a bad case of being dead." };
#endif