----------------- MAGIC SHOP: Traceback (most recent call last): File "/Users/mafranks/PycharmProjects/asciiRPG/main.py", line 497, in <module> player = magic_shop(player) File "/Users/mafranks/PycharmProjects/asciiRPG/shops.py", line 132, in magic_shop player = magic_menu(player) File "/Users/mafranks/PycharmProjects/asciiRPG/shops.py", line 92, in magic_menu print(f"1. {spells['Fire']['Purchase']} Gold: Fire - Fire Attack") KeyError: 'Fire'
When I entered the magic shop I hit an error.
----------------- MAGIC SHOP: Traceback (most recent call last): File "/Users/mafranks/PycharmProjects/asciiRPG/main.py", line 497, in <module> player = magic_shop(player) File "/Users/mafranks/PycharmProjects/asciiRPG/shops.py", line 132, in magic_shop player = magic_menu(player) File "/Users/mafranks/PycharmProjects/asciiRPG/shops.py", line 92, in magic_menu print(f"1. {spells['Fire']['Purchase']} Gold: Fire - Fire Attack") KeyError: 'Fire'