diff --git a/Group_game/map.py b/Group_game/map.py index e6731d6f79ece827981f841a31eba772e600750a..97fe2a6ccd63cad6a9d4e92e5eaa9e02674a8357 100644 --- a/Group_game/map.py +++ b/Group_game/map.py @@ -112,12 +112,13 @@ trap_door = { "name": "trap door", "description": "The trap door is locked! There is an electrocated lock, you could use your key again but there is no guarantee it would work and there is no power in this lock. ", "exits": {"west": "entrance"}, - "open": False + "open": False, "items": [item_lock] } closet = { "name": "closet", "description": "You are amazed that the door is now mysteriously open, wondering how it happened you inspect it further. The closet is wooden with dusty shelves and old literary texts. There is a key card here as well.", + "open": False, "exits": {}, "items": [key_card] }