Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
New data
Browse files Browse the repository at this point in the history
  • Loading branch information
PAXANDDOS committed Feb 2, 2021
1 parent 44f0891 commit 37430f0
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions client/src/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 62,7 @@ void pokemon_random() {
char* random_phrase()
{
srand(time(NULL));
int num = rand() % 42 1;
int num = rand() % 56 1;
char *phrase[] = {"There's no one here!",
"Hey, I know. I’ll use my trusty frying pan as a drying pan.",
"Don’t worry that pretty blue head of yours, I’ve got a plan.",
Expand Down Expand Up @@ -104,7 104,22 @@ char* random_phrase()
"*Angry Pokemon noises*",
"Catch 'em all!",
"Have you seen Vaporeon?",
"Random Pokemon vibes"};
"Random Pokemon vibes",
"12345 is a bad password!",
"Absolutely no memes",
"Have you seen Vaporeon?",
"Déjà vu",
"Don’t touch your face!",
"Exclusive!",
"Save the world – stay inside!",
"Stay home and use PokeChat",
"日本ハロー!",
"한국 안녕하세요!",
"Donate us",
"https://github.com/PAXANDDOS",
"Team Mystic!",
"The future is now",
"PAXANDDOS wass here"};

return phrase[num];
}

0 comments on commit 37430f0

Please sign in to comment.