neelthee-mansion 3.15.2__py3-none-any.whl → 3.15.3__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 +2 -2
- {neelthee_mansion-3.15.2.dist-info → neelthee_mansion-3.15.3.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.15.2.dist-info → neelthee_mansion-3.15.3.dist-info}/RECORD +6 -6
- {neelthee_mansion-3.15.2.dist-info → neelthee_mansion-3.15.3.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.15.2.dist-info → neelthee_mansion-3.15.3.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.15.2.dist-info → neelthee_mansion-3.15.3.dist-info}/top_level.txt +0 -0
@@ -1051,7 +1051,7 @@ def main():
|
|
1051
1051
|
# Check for detection
|
1052
1052
|
for guard in guards:
|
1053
1053
|
if isinstance(guard, Guard):
|
1054
|
-
if guard.
|
1054
|
+
if guard.hp > 0:
|
1055
1055
|
if guard.check_detection(player.CURRENTROOM):
|
1056
1056
|
guard_handled = handle_guard_action(guard)
|
1057
1057
|
if not isinstance(guard_handled, list):
|
@@ -1079,7 +1079,7 @@ def main():
|
|
1079
1079
|
|
1080
1080
|
for enemy in enemies:
|
1081
1081
|
if isinstance(enemy, creature):
|
1082
|
-
if enemy.
|
1082
|
+
if enemy.hp > 0:
|
1083
1083
|
enemy.type_text_flavor_text()
|
1084
1084
|
if ask_for_consent(f"Do you want to examine the {enemy.name}"):
|
1085
1085
|
enemy.type_text_description()
|
@@ -1,4 +1,4 @@
|
|
1
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
1
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=A_WxAuOAZP9cyV0h0Z1TmUJNQAvWduyy6ipOzR8v0Po,46126
|
2
2
|
neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
|
3
3
|
neelthee_mansion/Rooms.py,sha256=ak0TNGFuHouX-c-IaU-dBrZ3Yg1n7iWCVuJ6dmJSFWE,90053
|
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=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.3.dist-info/METADATA,sha256=YPUzAezE1m80t3E1bSgQWzwzM1XpIbYpkUXT7fayw2g,1992
|
11
|
+
neelthee_mansion-3.15.3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-3.15.3.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-3.15.3.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-3.15.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|