neelthee-mansion 3.16.1__py3-none-any.whl → 3.16.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.16.1.dist-info → neelthee_mansion-3.16.3.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.16.1.dist-info → neelthee_mansion-3.16.3.dist-info}/RECORD +6 -6
- {neelthee_mansion-3.16.1.dist-info → neelthee_mansion-3.16.3.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.16.1.dist-info → neelthee_mansion-3.16.3.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.16.1.dist-info → neelthee_mansion-3.16.3.dist-info}/top_level.txt +0 -0
@@ -1061,7 +1061,7 @@ def main():
|
|
1061
1061
|
guard_handled = [guard_handled]
|
1062
1062
|
|
1063
1063
|
# Get is_reacting from guard_handled
|
1064
|
-
is_reacting = guard_handled[1][1]
|
1064
|
+
is_reacting = guard_handled[1][1] if isinstance(guard_handled[1], list) else True
|
1065
1065
|
|
1066
1066
|
# Only update guard if the guard is reacting
|
1067
1067
|
if is_reacting:
|
@@ -1071,7 +1071,7 @@ def main():
|
|
1071
1071
|
bad_guys.append(guard)
|
1072
1072
|
|
1073
1073
|
if guard_handled[0]:
|
1074
|
-
guards[guards.index(guard)] = guard_handled[1][0]
|
1074
|
+
guards[guards.index(guard)] = guard_handled[1][0] if isinstance(guard_handled[1], list) else guard_handled[1]
|
1075
1075
|
|
1076
1076
|
# Handle creatures in the current room
|
1077
1077
|
if 'creatures stats' in ROOMS[player.CURRENTROOM]:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
1
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=JLEpYGybv3LX1TSNkNt1yqj9XxsMpvxyjCi1t2H4kag,46328
|
2
2
|
neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
|
3
3
|
neelthee_mansion/Rooms.py,sha256=OxZzYFSoHkPi_djVSY7tPigVrYm8NbZDQ4kyGP20dQY,90184
|
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=nc-6YQ7S89teDiypJdHKLLuq-q3UpbQCVGfJ4hnCb7M,15600
|
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.16.
|
11
|
-
neelthee_mansion-3.16.
|
12
|
-
neelthee_mansion-3.16.
|
13
|
-
neelthee_mansion-3.16.
|
14
|
-
neelthee_mansion-3.16.
|
10
|
+
neelthee_mansion-3.16.3.dist-info/METADATA,sha256=EQDSomX126bPzn1KQLD2x_X1Dqzjsj8Zuqdep65arcw,1992
|
11
|
+
neelthee_mansion-3.16.3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-3.16.3.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-3.16.3.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-3.16.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|