neelthee-mansion 3.23.7__py3-none-any.whl → 3.23.9__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 +3 -0
- neelthee_mansion/Rooms.py +1 -2
- neelthee_mansion/utils.py +1 -1
- {neelthee_mansion-3.23.7.dist-info → neelthee_mansion-3.23.9.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.23.7.dist-info → neelthee_mansion-3.23.9.dist-info}/RECORD +9 -9
- {neelthee_mansion-3.23.7.dist-info → neelthee_mansion-3.23.9.dist-info}/LICENSE.md +0 -0
- {neelthee_mansion-3.23.7.dist-info → neelthee_mansion-3.23.9.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.23.7.dist-info → neelthee_mansion-3.23.9.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.23.7.dist-info → neelthee_mansion-3.23.9.dist-info}/top_level.txt +0 -0
@@ -894,10 +894,13 @@ def handle_search_command(player, *Args):
|
|
894
894
|
def search_container(player: PC, Container):
|
895
895
|
ContainerName = Container
|
896
896
|
Container = ROOMS[player.CURRENTROOM]["containers"][Container]
|
897
|
+
print("Got to if staitment")
|
897
898
|
if isinstance(Container, container):
|
899
|
+
print("got past if statement")
|
898
900
|
if isinstance(Container.lock, Lock):
|
899
901
|
key = PickKey(Container.lock)
|
900
902
|
Container.Unlock(key, player)
|
903
|
+
print("Adding text now")
|
901
904
|
add_text_to_textbox(info_text_area,
|
902
905
|
f"You search the{' secret' if Container.secret else ''} {ContainerName} and find a ",
|
903
906
|
newline=False
|
neelthee_mansion/Rooms.py
CHANGED
@@ -218,8 +218,7 @@ obsessed with his work, his experiments, his need to control everything—everyt
|
|
218
218
|
Perhaps the mansion is not just a building. It is the keeper of souls.”
|
219
219
|
|
220
220
|
Entry 78 - The Change
|
221
|
-
“There is another price of immortality. Over the last 34 days I have been changing, and soon I will not be able to write in this diary anymore. This is the last thing I will put in
|
222
|
-
my diary. This is the last thing you will hear from Geraldo Times.”
|
221
|
+
“There is another price of immortality. Over the last 34 days I have been changing, and soon I will not be able to write in this diary anymore. This is the last thing I will put in my diary. This is the last thing you will hear from Geraldo Times.”
|
223
222
|
"""
|
224
223
|
)
|
225
224
|
]),
|
neelthee_mansion/utils.py
CHANGED
@@ -51,7 +51,7 @@ These utilities aim to simplify development processes, promote code reuse, and i
|
|
51
51
|
def add_text_to_textbox(text_area: scrolledtext.ScrolledText, text, newline=True):
|
52
52
|
# Enable the text box to insert text
|
53
53
|
text_area.config(state=tk.NORMAL)
|
54
|
-
text_area.insert(tk.END, text + "\n" if newline else "")
|
54
|
+
text_area.insert(tk.END, text + ("\n" if newline else ""))
|
55
55
|
text_area.see(tk.END)
|
56
56
|
text_area.update_idletasks()
|
57
57
|
# Set the text box back to read-only
|
@@ -1,16 +1,16 @@
|
|
1
1
|
neelthee_mansion/Books.py,sha256=Zs6GOi12vrikne-E37LdrLNRb6CyUogOCDApDGFj6Ls,26168
|
2
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
2
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=RxbulLajNxgWuokXoQWv9O-4PkX-H4nHwigm0jxzMpc,54081
|
3
3
|
neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
|
4
|
-
neelthee_mansion/Rooms.py,sha256=
|
4
|
+
neelthee_mansion/Rooms.py,sha256=PgF0HWp1do08AMB61nX0QsOJwsonW7LwkW-g1reRIy4,79218
|
5
5
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
|
7
7
|
neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
|
8
8
|
neelthee_mansion/creatures.py,sha256=XdRM5DJSnjAKXn4QskXKBf_YGvov26fX3XU1E2ww0zg,19722
|
9
9
|
neelthee_mansion/items.py,sha256=aGEkNUROf4WuLdsmoFYD-0BbJ984SODt73-8-_F1Z9Y,6672
|
10
|
-
neelthee_mansion/utils.py,sha256=
|
11
|
-
neelthee_mansion-3.23.
|
12
|
-
neelthee_mansion-3.23.
|
13
|
-
neelthee_mansion-3.23.
|
14
|
-
neelthee_mansion-3.23.
|
15
|
-
neelthee_mansion-3.23.
|
16
|
-
neelthee_mansion-3.23.
|
10
|
+
neelthee_mansion/utils.py,sha256=9A1fDF6qCBkI5wzAat6rEiMlyICT7XFHUCx3lJpw5Q4,14227
|
11
|
+
neelthee_mansion-3.23.9.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
|
12
|
+
neelthee_mansion-3.23.9.dist-info/METADATA,sha256=HDvk7OsNvUgaQb4TJQh0FGc-clC4TXLZo69_lUeXbMY,1756
|
13
|
+
neelthee_mansion-3.23.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
14
|
+
neelthee_mansion-3.23.9.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
15
|
+
neelthee_mansion-3.23.9.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
16
|
+
neelthee_mansion-3.23.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|