From b5eac77ce91744667d153d078ac05704d51364c0 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 11 Apr 2022 09:24:34 +0200 Subject: Incweased chance for stutta --- Src/LibUwu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3