neelthee-mansion 3.1.0__py3-none-any.whl → 3.1.2__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.1.0.dist-info → neelthee_mansion-3.1.2.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.1.0.dist-info → neelthee_mansion-3.1.2.dist-info}/RECORD +6 -6
- {neelthee_mansion-3.1.0.dist-info → neelthee_mansion-3.1.2.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.1.0.dist-info → neelthee_mansion-3.1.2.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.1.0.dist-info → neelthee_mansion-3.1.2.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ from .all_game_utils import *
|
|
6
6
|
|
7
7
|
|
8
8
|
GameState = {
|
9
|
-
'
|
9
|
+
'Enemies killed': 0,
|
10
10
|
'collected items': [],
|
11
11
|
}
|
12
12
|
|
@@ -417,7 +417,7 @@ def battle(player: PC, good_guys: list, bad_guys: list, last_room):
|
|
417
417
|
# Bad guys' turn
|
418
418
|
for monster in bad_guys:
|
419
419
|
if monster.hp > 0:
|
420
|
-
target = select_target([player] + good_guys)
|
420
|
+
target = select_target(monster, [player] + good_guys)
|
421
421
|
monster_turn(target, monster)
|
422
422
|
|
423
423
|
if player.hp <= 0:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
1
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=6aevlwBDDhTeFr2X1s9DUSuUM5hibxnwJJwXmB2hHOg,42657
|
2
2
|
neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
|
3
3
|
neelthee_mansion/Rooms.py,sha256=G4UBk2QEpr17PoUBnMLTCffDgKPFE1S2GyKB5f11KNI,82780
|
4
4
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -7,8 +7,8 @@ neelthee_mansion/all_game_utils.py,sha256=Xfty9uXiYAfmA6iVzJurq852ZBPn7a4gQUcUca
|
|
7
7
|
neelthee_mansion/creatures.py,sha256=kSfzQSE5UmFiDV0eDsTXCk-LQwZIyY5Rwsyh5Uhropw,14826
|
8
8
|
neelthee_mansion/items.py,sha256=uzZ9fq6_YK3oQ2lkAsyidWwM6trasVsjdQi2V0JTPfw,2097
|
9
9
|
neelthee_mansion/utils.py,sha256=PhFBDQXQoSNHpBUd0NKhP0KcclXK5Mho0qGnrpKAbe0,12187
|
10
|
-
neelthee_mansion-3.1.
|
11
|
-
neelthee_mansion-3.1.
|
12
|
-
neelthee_mansion-3.1.
|
13
|
-
neelthee_mansion-3.1.
|
14
|
-
neelthee_mansion-3.1.
|
10
|
+
neelthee_mansion-3.1.2.dist-info/METADATA,sha256=UvRtpzJGcbimKHlbJsh3TXo32uV7a5Joo4bubF7HYIQ,1991
|
11
|
+
neelthee_mansion-3.1.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
12
|
+
neelthee_mansion-3.1.2.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
13
|
+
neelthee_mansion-3.1.2.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
14
|
+
neelthee_mansion-3.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|