neelthee-mansion 3.15.1__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.
@@ -18,9 +18,9 @@ Neel-thee's Mansion of Amnesia
18
18
  global player, evil_mage, commands, NOTE_NUM, credits, color_coding, quest_manager, revealer, CHARACTERSLIST, BACKGROUNDS
19
19
 
20
20
  BACKGROUNDS = {
21
- 'Adventurer': ['Survival', 'Climbing'],
22
- 'Artist': ['Painting', 'Sculpting'],
23
- 'Scholar': ['Reading', 'Research'],
21
+ 'Adventurer': ['survival', 'climbing'],
22
+ 'Artist': ['painting', 'sculpting'],
23
+ 'Scholar': ['reading', 'research'],
24
24
  }
25
25
 
26
26
  revealer = KeyRevealer()
@@ -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.HP > 0:
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.HP > 0:
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee-mansion
3
- Version: 3.15.1
3
+ Version: 3.15.3
4
4
  Summary: A text-based adventure game set in Neel-thee’s mansion.
5
5
  Home-page: https://github.com/Flameblade375/neelthee_mansion
6
6
  Author: Alexander.E.F
@@ -1,4 +1,4 @@
1
- neelthee_mansion/Mansion_of_Amnesia.py,sha256=RNpYKpDYLNqfD8LpEuopxZqZFid0KXE1pSgHXhXzf8o,46126
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.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,,
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,,