From b1444b24e4a301858e3c8f44bf8b423251949ce8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 27 Dec 2025 15:26:21 -0800 Subject: [PATCH] Update mmind.py --- modules/games/mmind.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/games/mmind.py b/modules/games/mmind.py index eaed862..dfdb952 100644 --- a/modules/games/mmind.py +++ b/modules/games/mmind.py @@ -277,6 +277,7 @@ def start_mMind(nodeID, message): if mindTracker[i]['nodeID'] == nodeID: mindTracker[i]['cmd'] = 'makeCode' mindTracker[i]['diff'] = diff + mindTracker[i]['turns'] = 0 # Return color message to player msg += chooseDifficultyMMind(message.lower()[0]) return msg