@ -114,7 +114,7 @@ farm_sell_list = ["Gold-Chunck","Nuclear-Rock","Nuclear-Waste"]
farm_stock_list = [ " Nuclear-Decay " , " Eazy-Armor " , " Hell-Blade " ]
farm_stock_list = [ " Nuclear-Decay " , " Eazy-Armor " , " Hell-Blade " ]
friend_list = [ " Epilectrik " , " ImBait " , " Mtron " , " Im " , " IonJunkies-Merc " , " Robin-Hood " , " Doctor " , " Assassin " , " Mercenary " , " Mutant-warrior-1 " , " Mutant-warrior-2 " , " CarlRam " ]
friend_list = [ " Epilectrik " , " ImBait " , " Mtron " , " Im " , " IonJunkies-Merc " , " Robin-Hood " , " Doctor " , " Assassin " , " Mercenary " , " Mutant-warrior-1 " , " Mutant-warrior-2 " , " CarlRam " , " tkls-Warrior " , " tkls-Warrior2 " , " tkls-Wizard1 " , " tkls-Priest " ]
#cure_path = ["done","tra 2000","north","north","north","north","cure me","!return","done"]
#cure_path = ["done","tra 2000","north","north","north","north","cure me","!return","done"]
@ -207,7 +207,7 @@ class mutant(QWidget):
self . clss = " Thief "
self . clss = " Thief "
self . level = 0
self . level = 0
self . riblet_thresh = 200000
self . riblet_thresh = 200000
self . ion_thresh = 400000 0
self . ion_thresh = 0
self . present_year = player . start_year
self . present_year = player . start_year
self . no_action_cnt = 0
self . no_action_cnt = 0
@ -798,8 +798,8 @@ class mutant(QWidget):
self . send_cmd ( " heal \r \n " )
self . send_cmd ( " heal \r \n " )
self . send_cmd ( " heal \r \n " )
self . send_cmd ( " heal \r \n " )
self . hits = 0
self . hits = 0
if result . find ( " have slain " ) != - 1 or result . find ( " has just left " ) != - 1 or result . find ( " isn ' t around here! " ) != - 1 or result . find ( " You ' re not ready " ) != - 1 :
if result not in [ " have slain " , " has just left " , " isn ' t around here! " , " You ' re not ready " ] :
#if result.find("have slain") != -1 or result.find("has just left") != -1 or result.find("isn't around here!") != -1 or result.find("You're not ready") != -1 :
try :
try :
self . local_monsters . pop ( 0 )
self . local_monsters . pop ( 0 )
except :
except :