Skip to content
Snippets Groups Projects
Commit 967a2088 authored by Ahmed Yusuf's avatar Ahmed Yusuf
Browse files

bug fixes

parent f7efd5be
No related branches found
No related tags found
No related merge requests found
......@@ -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]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment