diff options
| -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; |
