neelthee-mansion 3.19.23__py3-none-any.whl → 3.20.1__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 -1
- neelthee_mansion/Rooms.py +1 -3
- neelthee_mansion/creatures.py +4 -4
- {neelthee_mansion-3.19.23.dist-info → neelthee_mansion-3.20.1.dist-info}/METADATA +1 -1
- neelthee_mansion-3.20.1.dist-info/RECORD +16 -0
- neelthee_mansion-3.19.23.dist-info/RECORD +0 -16
- {neelthee_mansion-3.19.23.dist-info → neelthee_mansion-3.20.1.dist-info}/LICENSE.md +0 -0
- {neelthee_mansion-3.19.23.dist-info → neelthee_mansion-3.20.1.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.19.23.dist-info → neelthee_mansion-3.20.1.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.19.23.dist-info → neelthee_mansion-3.20.1.dist-info}/top_level.txt +0 -0
@@ -1286,7 +1286,9 @@ def main():
|
|
1286
1286
|
if not isinstance(enemy, NPC):
|
1287
1287
|
if enemy.hp > 0:
|
1288
1288
|
enemy.type_text_flavor_text()
|
1289
|
-
if ask_for_consent(
|
1289
|
+
if ask_for_consent(
|
1290
|
+
f"Do you want to examine the {enemy.name}"
|
1291
|
+
):
|
1290
1292
|
enemy.type_text_description()
|
1291
1293
|
|
1292
1294
|
is_reacting = False
|
neelthee_mansion/Rooms.py
CHANGED
neelthee_mansion/creatures.py
CHANGED
@@ -475,12 +475,12 @@ class NPC(Guard):
|
|
475
475
|
patrol_route=None,
|
476
476
|
patrol_type="normal",
|
477
477
|
frendly_text="",
|
478
|
-
responses
|
478
|
+
responses={
|
479
479
|
"introduction": "Oh, hello. I didn't see you there.",
|
480
|
-
|
481
|
-
keyword_variations
|
480
|
+
},
|
481
|
+
keyword_variations={
|
482
482
|
"introduction": ["hello", "hi", "greetings", "hey"],
|
483
|
-
|
483
|
+
},
|
484
484
|
generic_response="The person looks like they don't see you.",
|
485
485
|
):
|
486
486
|
super().__init__(
|
@@ -0,0 +1,16 @@
|
|
1
|
+
neelthee_mansion/Books.py,sha256=ABAdO2LQJ0PwPlHXpvdANoyz6uNbMTkI8-_RDpq6Qcc,25627
|
2
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=IIU2rgwEZL8n1PBBjhqRZpETt5YmfKpo-dKr6WW40JE,49767
|
3
|
+
neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
|
4
|
+
neelthee_mansion/Rooms.py,sha256=fjcNdXIBpQ30l5FpwwWeicQcoqk_Zy_Iing7AvjOe4k,78329
|
5
|
+
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
|
7
|
+
neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
|
8
|
+
neelthee_mansion/creatures.py,sha256=0AT6YkH-v-oH9u2L7vDbiQSX7d_FiN6FtTMQDWNgrKw,20574
|
9
|
+
neelthee_mansion/items.py,sha256=mV4K3Ep522LypL74NOT112bpP6ywQ1DR0A38KiHJFa8,5816
|
10
|
+
neelthee_mansion/utils.py,sha256=GaCkein6dppeufYfBMk59gHAE2b4p9TJW2MsRjyyFvQ,13702
|
11
|
+
neelthee_mansion-3.20.1.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
|
12
|
+
neelthee_mansion-3.20.1.dist-info/METADATA,sha256=vJ6AD9MB6CtgPeTaxJNQ2Yy4rkpIauk0eWslzlo_ygU,1756
|
13
|
+
neelthee_mansion-3.20.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
14
|
+
neelthee_mansion-3.20.1.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
15
|
+
neelthee_mansion-3.20.1.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
16
|
+
neelthee_mansion-3.20.1.dist-info/RECORD,,
|
@@ -1,16 +0,0 @@
|
|
1
|
-
neelthee_mansion/Books.py,sha256=ABAdO2LQJ0PwPlHXpvdANoyz6uNbMTkI8-_RDpq6Qcc,25627
|
2
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=8lRuSqEXjsWpEQq58zu6tUSmcG8glfPHsCuPsJe-7CA,49703
|
3
|
-
neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
|
4
|
-
neelthee_mansion/Rooms.py,sha256=WayqeFG9HjG_uREZjpPxEwJp_m7c0O5b52OCoWYXXeQ,78353
|
5
|
-
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
|
7
|
-
neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
|
8
|
-
neelthee_mansion/creatures.py,sha256=WX3E-zF8v5j4USA-JpUENYQW4z3vEX0he0ee6HODt-0,20586
|
9
|
-
neelthee_mansion/items.py,sha256=mV4K3Ep522LypL74NOT112bpP6ywQ1DR0A38KiHJFa8,5816
|
10
|
-
neelthee_mansion/utils.py,sha256=GaCkein6dppeufYfBMk59gHAE2b4p9TJW2MsRjyyFvQ,13702
|
11
|
-
neelthee_mansion-3.19.23.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
|
12
|
-
neelthee_mansion-3.19.23.dist-info/METADATA,sha256=YSFO1KHTGniTpXZUP364I9InjDk0lAp5xjBhoRIeE-Y,1757
|
13
|
-
neelthee_mansion-3.19.23.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
14
|
-
neelthee_mansion-3.19.23.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
15
|
-
neelthee_mansion-3.19.23.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
16
|
-
neelthee_mansion-3.19.23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|