Skip to content
Snippets Groups Projects
Commit 72848d68 authored by Callum Richardson's avatar Callum Richardson
Browse files

Update map.py

parent 0268f5cd
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ location_storage = {
location_boileroom = {
"name": "Boiler Room",
"description": "(description needed)",
"description": "The boiler looks battered and rusty. There is a hole in the bottom and the valve connection seems loose.",
"exits": {"north": "entrance"},
......@@ -104,19 +104,19 @@ location_boileroom = {
}
desk = {
"name": "desk",
"description": "(description needed)",
"description": "the desk is similar to the one in the other room, there are many drawers that could hold important items. Sure enough in one of the drawers there is a lock box that has a password. To unlock you must guess the word.",
"exits": {"north-west": "entrance"},
"items": []
}
trap_door = {
"name": "trap door",
"description": "(description needed)",
"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"},
"items": []
}
closet = {
"name": "closet",
"description": "(description needed)",
"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.",
"exits": {},
"items": []
}
......
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