Skip to content

Commit

Permalink
I had to do it.
Browse files Browse the repository at this point in the history
:/
  • Loading branch information
nkrapivin authored Apr 15, 2021
2 parents 48a21f5 + 65d6c9a commit 61f9b5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions libLassebq/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const char* GetRandomQuote()
srand(rndSeed);

// lel.
int rndValue = rand() % 18;
int rndValue = rand() % 21;
switch (rndValue)
{
case 0: return "Never fear, the pug is here.";
Expand Down Expand Up @@ -105,8 +105,11 @@ const char* GetRandomQuote()

// what?
case 16: return "Now you're not limited by obj_libLassebq!";
case 17: return "what a lazy piece of shit nik is. it took him two days to make this update.";
// ... even though it could've been done in a few hours.
case 17: return "what a great person nik is. he made such a great update to libLassebq!";
// ... and it doesn't matter how much time it took him to make it!
case 18: return "Stay funky, stay wholesome, stay cool.";
case 19: return "Cherry jam is pretty tasty, everyone should try it";
case 20: return "ngl nik is very PogChamp.";
default: return "Wtf? You're not supposed to see this quote.";
}
}
Expand Down

0 comments on commit 61f9b5b

Please sign in to comment.