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: