neelthee-mansion 2.1.2__py3-none-any.whl → 2.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- neelthee_mansion/Mansion_of_Amnesia.py +1 -3
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.0.dist-info}/METADATA +1 -1
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.0.dist-info}/RECORD +6 -6
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.0.dist-info}/WHEEL +0 -0
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.0.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.0.dist-info}/top_level.txt +0 -0
@@ -766,7 +766,7 @@ guards = [
|
|
766
766
|
]
|
767
767
|
|
768
768
|
def main():
|
769
|
-
global player
|
769
|
+
global player, color_coding
|
770
770
|
global charactersList
|
771
771
|
|
772
772
|
|
@@ -797,7 +797,6 @@ def main():
|
|
797
797
|
type_text(colorTrue=False)
|
798
798
|
|
799
799
|
type_text("Please enter a codename for your achievements to save under \n>", False, colorTrue=False)
|
800
|
-
codename = input()
|
801
800
|
|
802
801
|
else:
|
803
802
|
type_text("You will now have to enter a name, age, height, and weight. Please enter the height in this format: _ft _. These will be used throughout the game.", colorTrue=False)
|
@@ -806,7 +805,6 @@ def main():
|
|
806
805
|
age = loop_til_valid_input("What is your age (in whole years)?", "You didn't enter an integer. Please enter an integer.", int)
|
807
806
|
height = loop_til_valid_input("What is your height?", "You didn't enter your height in the correct format. Please enter your height in the correct format.", Height)
|
808
807
|
weight = loop_til_valid_input("What is your weight (in lbs)?", "You didn't enter an integer. Please enter an integer.", int)
|
809
|
-
codename = False
|
810
808
|
|
811
809
|
color_coding = loop_til_valid_input("Do you want color coding (Y/N)?", "you didn't answer Y or N.", Y_N).value
|
812
810
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
1
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=nphnLNyhzPNEq6XlsBtiLMNE0Knfpg37mP3iF2Xw30Y,37610
|
2
2
|
neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
|
3
3
|
neelthee_mansion/Rooms.py,sha256=DPGcAWro1utfHjsTiwLfkf6dnypKNG-T_fnYlJXNsyk,79262
|
4
4
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -7,8 +7,8 @@ neelthee_mansion/all_game_utils.py,sha256=Xfty9uXiYAfmA6iVzJurq852ZBPn7a4gQUcUca
|
|
7
7
|
neelthee_mansion/creatures.py,sha256=BMznNtk4dH5ns1YVtOKprVOIp0PjFf7pMHjAVpxvchg,13994
|
8
8
|
neelthee_mansion/items.py,sha256=MrLIpY33I5jU926MCapHAb34KKyZAf9rHo1E2hIUHS4,1898
|
9
9
|
neelthee_mansion/utils.py,sha256=IfaFlIDPGMxW5eBNDTuRi-wFpPwPKSThdjYGpOZphYs,11494
|
10
|
-
neelthee_mansion-2.
|
11
|
-
neelthee_mansion-2.
|
12
|
-
neelthee_mansion-2.
|
13
|
-
neelthee_mansion-2.
|
14
|
-
neelthee_mansion-2.
|
10
|
+
neelthee_mansion-2.2.0.dist-info/METADATA,sha256=z8Xe-mUNgktruoMVfkC2mZMiHCsUGH_J_v7xbX1zZM4,1680
|
11
|
+
neelthee_mansion-2.2.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-2.2.0.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-2.2.0.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-2.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|