diff --git a/feast.html b/feast.html index e86945d..76a8232 100644 --- a/feast.html +++ b/feast.html @@ -53,7 +53,7 @@ - + diff --git a/feast.js b/feast.js index c9cd4b4..961361c 100644 --- a/feast.js +++ b/feast.js @@ -448,4 +448,10 @@ function loadCompass() { dirButtons[SOUTH_EAST].addEventListener("click", function() { move(SOUTH_EAST); }); + + document.getElementById("compass-look").addEventListener("click", look, false); +} + +function look() { + update([currentRoom.description]); }