neelthee-mansion 3.23.6__py3-none-any.whl → 3.23.8__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -393,7 +393,7 @@ def start():
393
393
  sleep(0.1)
394
394
  # shows the main menu
395
395
  add_text_to_textbox(info_text_area,
396
- f"\nHello %*MAGENTA*%{player.name} and welcome to my Role Playing Game. \nI hope you have fun!",
396
+ f"\nHello {player.name} and welcome to my Role Playing Game. \nI hope you have fun!",
397
397
  )
398
398
  showInstructions()
399
399
 
@@ -894,10 +894,13 @@ def handle_search_command(player, *Args):
894
894
  def search_container(player: PC, Container):
895
895
  ContainerName = Container
896
896
  Container = ROOMS[player.CURRENTROOM]["containers"][Container]
897
+ print("Got to if staitment")
897
898
  if isinstance(Container, container):
899
+ print("got past if statement")
898
900
  if isinstance(Container.lock, Lock):
899
901
  key = PickKey(Container.lock)
900
902
  Container.Unlock(key, player)
903
+ print("Adding text now")
901
904
  add_text_to_textbox(info_text_area,
902
905
  f"You search the{' secret' if Container.secret else ''} {ContainerName} and find a ",
903
906
  newline=False
@@ -1220,7 +1223,8 @@ def initializer():
1220
1223
  exit()
1221
1224
 
1222
1225
  def continue_setup():
1223
- ask_color_coding()
1226
+ #ask_color_coding()
1227
+ choose_background()
1224
1228
 
1225
1229
  def start_game():
1226
1230
  # I will add more logic for starting the game later
neelthee_mansion/Rooms.py CHANGED
@@ -218,8 +218,7 @@ obsessed with his work, his experiments, his need to control everything—everyt
218
218
  Perhaps the mansion is not just a building. It is the keeper of souls.”
219
219
 
220
220
  Entry 78 - The Change
221
- “There is another price of immortality. Over the last 34 days I have been changing, and soon I will not be able to write in this diary anymore. This is the last thing I will put in
222
- my diary. This is the last thing you will hear from Geraldo Times.”
221
+ “There is another price of immortality. Over the last 34 days I have been changing, and soon I will not be able to write in this diary anymore. This is the last thing I will put in my diary. This is the last thing you will hear from Geraldo Times.”
223
222
  """
224
223
  )
225
224
  ]),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee-mansion
3
- Version: 3.23.6
3
+ Version: 3.23.8
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,16 +1,16 @@
1
1
  neelthee_mansion/Books.py,sha256=Zs6GOi12vrikne-E37LdrLNRb6CyUogOCDApDGFj6Ls,26168
2
- neelthee_mansion/Mansion_of_Amnesia.py,sha256=lBSuZZvAUK31gMoLnERP_UTK-feq-fYGarnhSRlD7Rk,53950
2
+ neelthee_mansion/Mansion_of_Amnesia.py,sha256=RxbulLajNxgWuokXoQWv9O-4PkX-H4nHwigm0jxzMpc,54081
3
3
  neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
4
- neelthee_mansion/Rooms.py,sha256=AOhD5EDmmid5vfow_EBT8qB4jLtvsdBG5OXHAFQ-YJA,79220
4
+ neelthee_mansion/Rooms.py,sha256=PgF0HWp1do08AMB61nX0QsOJwsonW7LwkW-g1reRIy4,79218
5
5
  neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
7
7
  neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
8
8
  neelthee_mansion/creatures.py,sha256=XdRM5DJSnjAKXn4QskXKBf_YGvov26fX3XU1E2ww0zg,19722
9
9
  neelthee_mansion/items.py,sha256=aGEkNUROf4WuLdsmoFYD-0BbJ984SODt73-8-_F1Z9Y,6672
10
10
  neelthee_mansion/utils.py,sha256=uTBmCWz1TRLpKSwAJHlcN_pJZDMvYdLVyUfkTV0gFdw,14225
11
- neelthee_mansion-3.23.6.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
12
- neelthee_mansion-3.23.6.dist-info/METADATA,sha256=f5x-IgiR-mSSrWhWbymISI7fX_h9hDysA9mUsDMIWY8,1756
13
- neelthee_mansion-3.23.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
14
- neelthee_mansion-3.23.6.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
15
- neelthee_mansion-3.23.6.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
16
- neelthee_mansion-3.23.6.dist-info/RECORD,,
11
+ neelthee_mansion-3.23.8.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
12
+ neelthee_mansion-3.23.8.dist-info/METADATA,sha256=ZGsFA5JYnG03ub4ICUEUMHK8pGviZZlK9CWNyxrGoG0,1756
13
+ neelthee_mansion-3.23.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
14
+ neelthee_mansion-3.23.8.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
15
+ neelthee_mansion-3.23.8.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
16
+ neelthee_mansion-3.23.8.dist-info/RECORD,,