Skip to content

Commit

Permalink
Merge pull request dalath#93 from alanlam123/wall_room
Browse files Browse the repository at this point in the history
Wall room
  • Loading branch information
dalath authored Nov 8, 2017
2 parents b545b48 + 26ccf63 commit 6b8778e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MAP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ S T A R T
|| || ||
|| || ||
|| || ||
__________ __________ __________ __________ __________
| | | | | | | | | |
| RUINS | | THE HAUN | | ABANDONED| | SPOOKY S | | THE |
| |---------| TED BALL | | NURSERY |---------| CHOOL YA | | RUG |
| |---------| ROOM | | |---------| RD | | ROOM |
| | | | | | | | | |
|__________| |__________| |__________| |__________| |__________|
__________ __________ __________ __________ __________ __________
| | | | | | | | | | | |
| WALL OF | | RUINS | | THE HAUN | | ABANDONED| | SPOOKY S | | THE |
| ANCIENT |----------| |---------| TED BALL | | NURSERY |---------| CHOOL YA | | RUG |
| TEXT |----------| |---------| ROOM | | |---------| RD | | ROOM |
| | | | | | | | | | | |
|__________| |__________| |__________| |__________| |__________| |__________|
0, 3 1, 3 2, 3 3, 3 4, 3 5, 3 6, 3 7, 3 8, 3 9, 3
|| || || || ||
|| || || || ||
Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function setupRooms()
addRoom(0,5, "Knee-high tunnel", "Leading away from the Prayer room is a low slung tunnel. It's a very tight squeeze, but you lie face down and slide through toward a quiet, grumbling sound.");
addRoom(0,6, "Goblin's nest", "As you exit the tunnel, you see a pile of junk that looks like it was scavenged from other rooms of the castle. 'Give me the Food and I will give you the most valuable item from my collection', says the small, green goblin sitting atop the pile.", "Food", "Broken Key");
addRoom(1,1, "Gloomy Corridor", "You are in a gloomy, stone-flagged corridor. The rough stone walls stand 3 meters apart, with the same distance measured from floor to ceiling. They drip slightly with dampness and are covered in mildew.", "Candle");
addRoom(1,3, "Wall of Ancient Text", "You see a lone wall standing among the crumbled remains of a building. The words 'spirit' and 'lost' are in English but the other words are a mix of symbols you have never seen before. Suddenly a cold gust of wind hits your face.");
addRoom(1,4, "Forgotten Altar", "A dusty altar sits tucked against the west wall in an otherwise empty chamber. 4 candles sit upon its surface, 3 of them lit. The light flickers across a rosary cast upon the floor nearby.", null, "Rosary");
addRoom(2,0, "Worm Pipe", "A narrow pipe-like corridor with light coming from the other side. It seems you need to crawl to the end.");
addRoom(2,1, "Fish Fountain", "You enter a small room, bare except for a fountain in the middle. Not a particularly grand affair, the fountain is a small carved fish with a short jet of water erupting from its mouth. A badly scratched wooden sign hangs from the fish: \"--- NOT --- DRIN-\"");
Expand Down

0 comments on commit 6b8778e

Please sign in to comment.