kdechant / eamon

A web port of the classic text adventure game, the Wonderful World of Eamon
https://eamon-remastered.com
MIT License
22 stars 5 forks source link

Abductor's Quarters #5

Closed EamonAG closed 6 years ago

EamonAG commented 6 years ago
  1. Can't go west from "west treasure chamber." I get a message "Error: Cannot read property 'id' of null".
  2. Can't ready a weapon if one isn't ready. I also get the message "Error: Cannot read property 'id' of null"
kdechant commented 6 years ago

Both of these items are fixed.

The west treasure chamber was just an incorrect room connection. I had removed a room from that area and missed one connection that needed to be updated.

The error when readying a weapon was a bug in this adventure's event handlers and didn't affect any other adventures.