From eec725da3df34c9d01e1496872d8453bf46376b0 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Fri, 30 Dec 2022 21:53:52 -0600 Subject: [PATCH] 12/30/2022 --- qmutants.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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