From d023f777b21d8b4a0b0fc4b528a9d7ffe7fcc846 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Wed, 28 Dec 2022 20:03:55 -0600 Subject: [PATCH] 12/28/2022 --- qmutants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qmutants.py b/qmutants.py index 4d7c67f..8c55ce7 100644 --- a/qmutants.py +++ b/qmutants.py @@ -1141,7 +1141,9 @@ class mutant(QWidget): #Lighten if self.wander and (result.find("It's too dark to see anything!") != -1 and self.path_step == 0): - self.command_str.emit("cast\r\n") + if self.char_sel == 4: + self.command_str.emit("cast\r\n") + else time_travel() #GTFO #if result.find("You're blocked!") != -1 or len(self.local_monsters) > 4: