"description":"Boxes of computer parts are lying around scattered across the room. There's a closet across the other side of the room.",
"exits":{"north":"closet","east":"entrance"},
"exits":{"north":"closet","east":"entrance"},
...
@@ -92,8 +92,8 @@ location_storage = {
...
@@ -92,8 +92,8 @@ location_storage = {
}
}
location_boileroom={
location_boileroom={
"name":"Boiler Room",
"name":"Boiler Room",
"description":"(description needed)",
"description":"You immediately start hearing a high pitched hissing sound. You look around and see a valve needs to be closed. If only you had come sort of utensil to shut it.",
"exits":{"north":"entrance"},
"exits":{"north":"entrance"},
...
@@ -103,20 +103,20 @@ location_boileroom = {
...
@@ -103,20 +103,20 @@ location_boileroom = {
}
}
desk={
desk={
"name":"desk",
"name":"desk",
"description":"(description needed)",
"description":"A computer is placed on the desk. There seems to be a game of hangman loaded. Do you wish to play it?",
"exits":{"north-west":"entrance"},
"exits":{"north-west":"entrance"},
"items":[]
"items":[]
}
}
trap_door={
trap_door={
"name":"trap door",
"name":"trap door",
"description":"(description needed)",
"description":"You remove the carpet and try to pry open the door. It's locked. ",
"exits":{"west":"entrance"},
"exits":{"west":"entrance"},
"items":[]
"items":[]
}
}
closet={
closet={
"name":"closet",
"name":"closet",
"description":"(description needed)",
"description":"You walk up to the closet and try to open it however there's a battery powered lock preventing it from being opened",