neelthee-mansion 3.15.0__py3-none-any.whl → 3.15.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/Rooms.py +3 -3
- {neelthee_mansion-3.15.0.dist-info → neelthee_mansion-3.15.1.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.15.0.dist-info → neelthee_mansion-3.15.1.dist-info}/RECORD +6 -6
- {neelthee_mansion-3.15.0.dist-info → neelthee_mansion-3.15.1.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.15.0.dist-info → neelthee_mansion-3.15.1.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.15.0.dist-info → neelthee_mansion-3.15.1.dist-info}/top_level.txt +0 -0
neelthee_mansion/Rooms.py
CHANGED
@@ -697,14 +697,14 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
697
697
|
|
698
698
|
'Library': {
|
699
699
|
'room type': 'house',
|
700
|
-
'position': (
|
700
|
+
'position': (-1, 16, 8),
|
701
701
|
'discovered': False,
|
702
702
|
'directions': {
|
703
703
|
'west': Door('Room name'),
|
704
704
|
'bookcase': Door('Cavern 3'),
|
705
705
|
},
|
706
706
|
'containers': {
|
707
|
-
'bookcases': container([
|
707
|
+
'bookcases': container([Book('\'Book of mistory', "Neel-thee is waching you through the mansion itself")]),
|
708
708
|
},
|
709
709
|
'info': 'Towering bookcases filled with odd, mismatched books line the walls. Some have faded titles, others are blank, arranged almost deliberately. One bookcase stands slightly forward, leaving a faint scrape on the floor. The air is still, as if waiting for you to notice.',
|
710
710
|
'map': '''
|
@@ -772,7 +772,7 @@ You notice a ''%*RED*%storage%*RESET*% device in one corner. You hear a %*YELLOW
|
|
772
772
|
|
773
773
|
'Cavern 3': {
|
774
774
|
'room type': 'cavern',
|
775
|
-
'position': (-
|
775
|
+
'position': (-2, 8, 0),
|
776
776
|
'discovered': False,
|
777
777
|
'directions': {
|
778
778
|
'down': Door('Cavern 2'),
|
@@ -1,14 +1,14 @@
|
|
1
1
|
neelthee_mansion/Mansion_of_Amnesia.py,sha256=RNpYKpDYLNqfD8LpEuopxZqZFid0KXE1pSgHXhXzf8o,46126
|
2
2
|
neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
|
3
|
-
neelthee_mansion/Rooms.py,sha256=
|
3
|
+
neelthee_mansion/Rooms.py,sha256=ak0TNGFuHouX-c-IaU-dBrZ3Yg1n7iWCVuJ6dmJSFWE,90053
|
4
4
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
|
6
6
|
neelthee_mansion/all_game_utils.py,sha256=mnxws_YEnsoftkkBMZv1k_zlnGKWGenUvsZnNKjuFJQ,349
|
7
7
|
neelthee_mansion/creatures.py,sha256=Qch3gEcfCYZ2MnWJRPQFb9LiTx7LUzvoK9DUMeLxuDs,15581
|
8
8
|
neelthee_mansion/items.py,sha256=Dz3y3d1mvbtHLqfIeEmaeDzukG7DlK6AUBZ7LzUMuZQ,5735
|
9
9
|
neelthee_mansion/utils.py,sha256=Wt1CdK4eCskrxRXkeKgzVoa_NIzwQ047dJU-b_e8pb8,13559
|
10
|
-
neelthee_mansion-3.15.
|
11
|
-
neelthee_mansion-3.15.
|
12
|
-
neelthee_mansion-3.15.
|
13
|
-
neelthee_mansion-3.15.
|
14
|
-
neelthee_mansion-3.15.
|
10
|
+
neelthee_mansion-3.15.1.dist-info/METADATA,sha256=JvuZK8dOWuPNt1LqHzYP4hZLy-HqQipBCuW1eV1N08U,1992
|
11
|
+
neelthee_mansion-3.15.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-3.15.1.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-3.15.1.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-3.15.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|