From eb5dd67055e33f4818b5c42c061f8dab90c11542 Mon Sep 17 00:00:00 2001 From: melancholytron Date: Sat, 24 Dec 2022 12:11:22 -0600 Subject: [PATCH] 12/24/2022 --- qmutants.py | 42 ++++++++++++++++++++++++++++++++++++++++++ qmutantsUPDATE.bat | 3 --- 2 files changed, 42 insertions(+), 3 deletions(-) delete mode 100644 qmutantsUPDATE.bat diff --git a/qmutants.py b/qmutants.py index b4fc11a..dc34686 100644 --- a/qmutants.py +++ b/qmutants.py @@ -17,6 +17,46 @@ HOST = "telnet.goldenunicorn.net" choice = int(sys.argv[1]) print("choice:"+sys.argv[1]) +usr_1 = "" +pwrd_1 = "" +char_sel_1 = 4 +weapon_1 = "" + +usr_2 = "" +pwrd_2 = "" +char_sel_2 = 4 +weapon_2 = "" + +usr_3 = "" +pwrd_3 = "" +char_sel_3 = 2 +weapon_3 = "" + +usr_4 = "" +pwrd_4 = "" +char_sel_4 = 1 +weapon_4 = "" + +usr_5 = "" +pwrd_5 = "" +char_sel_5 = 4 +weapon_5 = "" + +usr_6 = "" +pwrd_6 = "" +char_sel_6 = 4 +weapon_6 = "" + +usr_7 = "" +pwrd_7 = "" +char_sel_7 = 4 +weapon_7 = "" + +usr_8 = "" +pwrd_8 = "" +char_sel_8 = 4 +weapon_8 = "" + if choice == 1: usr_1 = "epilectrik" pwrd_1 = "gupass" @@ -68,6 +108,8 @@ if choice == 2: pwrd_2 = "gupass" char_sel_2 = 4 weapon_2 = "Nuclear-Decay" + + #this is a thing that i wrote diff --git a/qmutantsUPDATE.bat b/qmutantsUPDATE.bat deleted file mode 100644 index bd72871..0000000 --- a/qmutantsUPDATE.bat +++ /dev/null @@ -1,3 +0,0 @@ - -git pull origin -python qmutants.py \ No newline at end of file