diff --git a/qmutants.py b/qmutants.py index 4a94855..6a467f8 100644 --- a/qmutants.py +++ b/qmutants.py @@ -64,6 +64,8 @@ if choice == 1: if choice == 2: player_add("Mtron","gupass",4,"Nuclear-Decay","dispell",True,True,True,True,True,False) player_add("IonJunkies-Merc","gupass",4,"Nuclear-Decay","dispell",True,True,True,True,True,False) + player_add("Ionjunkies-priest-1","gupass",2,"Nuclear-Decay","cure poison",True,True,True,False,True,False) + player_add("Ionjunkies-thief-1","gupass",1,"Nuclear-Decay","invisibility",True,True,True,False,True,False) #static lists convert_list = ["Ion-Pack","Ion-Decay","Cheese","Nuclear-thong","Skull","Bottle-Cap","Cigarette-Butt","Knife","Gas-Grenade","Leather-Vest","Buckler","Bola","Bug-Plate", @@ -182,7 +184,9 @@ class mutant(QWidget): self.user = player.usr self.password = player.pwrd self.char_sel = player.char_sel - + if self.char_sel == 2: + convert_list.append('Gold-Chunck') + self.ion_thresh = 8000000 self.logged_in = False #timers