From 29dbe0b46751507868ef4ec5e7c90bb472b658d3 Mon Sep 17 00:00:00 2001 From: SpaceMonkeyAlfa <138901665+SpaceMonkeyAlfa@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:58:17 +0100 Subject: [PATCH] Update Macagotchi.py Add a delay of 4 minutes and 30 seconds to scan time after 3 scans to make macagotchi less of a resource suck --- macagotchi/Macagotchi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macagotchi/Macagotchi.py b/macagotchi/Macagotchi.py index 0045b23..6b3b6d6 100644 --- a/macagotchi/Macagotchi.py +++ b/macagotchi/Macagotchi.py @@ -202,7 +202,8 @@ async def scan(count): if actualTime == 120: face = normal #Adds a delay to the scan time after scanning 3 times - + if scanTimes > 2: + scanDelay = 16200 #scanning animation if timer == 1800+scanDelay: if longestStreak < streak: