From 7a3ebc8362a3fd3f78d74d064e91e5f2bbc5c0ff Mon Sep 17 00:00:00 2001 From: likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> Date: Sun, 19 Apr 2020 17:04:19 -0600 Subject: [PATCH] Revert faster blip speed Without an option to change it users will complain Thanks Initiate for telling me how to change this --- include/courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/courtroom.h b/include/courtroom.h index 674a0cb..8b4b443 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -288,7 +288,7 @@ private: bool message_is_centered = false; int current_display_speed = 3; - int message_display_speed[7] = {10, 20, 30, 40, 50, 60, 75}; + int message_display_speed[7] = {30, 40, 50, 60, 75, 100, 120}; // This is for checking if the character should start talking again // when an inline blue text ends.