neelthee-mansion 3.11.0__py3-none-any.whl → 3.12.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 +3 -0
- {neelthee_mansion-3.11.0.dist-info → neelthee_mansion-3.12.0.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.11.0.dist-info → neelthee_mansion-3.12.0.dist-info}/RECORD +6 -6
- {neelthee_mansion-3.11.0.dist-info → neelthee_mansion-3.12.0.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.11.0.dist-info → neelthee_mansion-3.12.0.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.11.0.dist-info → neelthee_mansion-3.12.0.dist-info}/top_level.txt +0 -0
@@ -1057,6 +1057,9 @@ def main():
|
|
1057
1057
|
|
1058
1058
|
for enemy in enemies:
|
1059
1059
|
if isinstance(enemy, creature):
|
1060
|
+
enemy.type_text_flavor_text()
|
1061
|
+
if ask_for_consent(f"Do you want to examine the {enemy.name}"):
|
1062
|
+
enemy.type_text_description()
|
1060
1063
|
|
1061
1064
|
# Handle specific creatures
|
1062
1065
|
if enemy.name == 'hungry bear':
|
@@ -1,4 +1,4 @@
|
|
1
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
1
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=dt_OMrcImsOh5m1nYx1_1w3C10sGhQu6GRRC5xJ1c18,44735
|
2
2
|
neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
|
3
3
|
neelthee_mansion/Rooms.py,sha256=k658h0TUr0EuVnHgbi0xJ2qnmFq_9rpe0V6mZF9_mqA,87843
|
4
4
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -7,8 +7,8 @@ neelthee_mansion/all_game_utils.py,sha256=mnxws_YEnsoftkkBMZv1k_zlnGKWGenUvsZnNK
|
|
7
7
|
neelthee_mansion/creatures.py,sha256=DQKYl1G3N92ycjay3_kxTMcOkj1S-zXKqRGUbbFZNlU,15396
|
8
8
|
neelthee_mansion/items.py,sha256=_6-kBLmlUcB9c0_YpOjAr43Mwvy0kdoTkGU4tDvA2hk,5538
|
9
9
|
neelthee_mansion/utils.py,sha256=Wt1CdK4eCskrxRXkeKgzVoa_NIzwQ047dJU-b_e8pb8,13559
|
10
|
-
neelthee_mansion-3.
|
11
|
-
neelthee_mansion-3.
|
12
|
-
neelthee_mansion-3.
|
13
|
-
neelthee_mansion-3.
|
14
|
-
neelthee_mansion-3.
|
10
|
+
neelthee_mansion-3.12.0.dist-info/METADATA,sha256=ulQ8GIwB7K78z9b00X3hIk60onppjx3vD0R6VLdL-_I,1992
|
11
|
+
neelthee_mansion-3.12.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-3.12.0.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-3.12.0.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-3.12.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|