neelthee-mansion 2.1.2__py3-none-any.whl → 2.2.1__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 -6
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.1.dist-info}/METADATA +1 -1
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.1.dist-info}/RECORD +6 -6
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.1.dist-info}/WHEEL +0 -0
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.1.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-2.1.2.dist-info → neelthee_mansion-2.2.1.dist-info}/top_level.txt +0 -0
@@ -748,7 +748,6 @@ commands = {
|
|
748
748
|
|
749
749
|
|
750
750
|
def quit():
|
751
|
-
global player
|
752
751
|
exit()
|
753
752
|
|
754
753
|
guards = [
|
@@ -766,7 +765,7 @@ guards = [
|
|
766
765
|
]
|
767
766
|
|
768
767
|
def main():
|
769
|
-
global player
|
768
|
+
global player, color_coding
|
770
769
|
global charactersList
|
771
770
|
|
772
771
|
|
@@ -796,9 +795,6 @@ def main():
|
|
796
795
|
else:
|
797
796
|
type_text(colorTrue=False)
|
798
797
|
|
799
|
-
type_text("Please enter a codename for your achievements to save under \n>", False, colorTrue=False)
|
800
|
-
codename = input()
|
801
|
-
|
802
798
|
else:
|
803
799
|
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)
|
804
800
|
|
@@ -806,7 +802,6 @@ def main():
|
|
806
802
|
age = loop_til_valid_input("What is your age (in whole years)?", "You didn't enter an integer. Please enter an integer.", int)
|
807
803
|
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
804
|
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
805
|
|
811
806
|
color_coding = loop_til_valid_input("Do you want color coding (Y/N)?", "you didn't answer Y or N.", Y_N).value
|
812
807
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
1
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=0I6i8DXW5QW9xz2pT4eUtdNGYqmpv909tmgnQzNEOmk,37479
|
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.1.
|
11
|
-
neelthee_mansion-2.1.
|
12
|
-
neelthee_mansion-2.1.
|
13
|
-
neelthee_mansion-2.1.
|
14
|
-
neelthee_mansion-2.1.
|
10
|
+
neelthee_mansion-2.2.1.dist-info/METADATA,sha256=UqeZRZebkjNw5pcK-f8Kl5R3XRNINKfsZeh0LVFnsX0,1680
|
11
|
+
neelthee_mansion-2.2.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-2.2.1.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-2.2.1.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-2.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|