Update mmind.py

This commit is contained in:
SpudGunMan
2025-12-27 15:26:21 -08:00
parent aef67da492
commit b1444b24e4
+1
View File
@@ -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