diff options
| author | Leonetienne <leon@etiennes.de> | 2022-04-11 09:24:34 +0200 |
|---|---|---|
| committer | Leonetienne <leon@etiennes.de> | 2022-04-11 09:24:34 +0200 |
| commit | b5eac77ce91744667d153d078ac05704d51364c0 (patch) | |
| tree | d9f5c69f7a96b627c809b9f92931882e8f7ec0ff | |
| parent | 34f8a6104dfcf62f3ea0ee4ac50ad1e06642fdf0 (diff) | |
Incweased chance for stutta
| -rw-r--r-- | Src/LibUwu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/LibUwu.h b/Src/LibUwu.h index 51cd9b6..ea8aabe 100644 --- a/Src/LibUwu.h +++ b/Src/LibUwu.h @@ -307,7 +307,7 @@ static inline std::string MakeUwu(std::string boringString) { // Chance (out of a 100) for the mutation to take place // if all preconditions are met - constexpr int chance = 25; + constexpr int chance = 40; // Roll the dice, baby! return (rng() % 100) < chance; |
