say "magic-word" to mirror doesn't work with quotation marks

Issue #318 resolved
Former user created an issue

The game doesn't understand the magic word when it is enclosed in quotation marks.

This seems a bit odd considering that the instructions on the damp paper enclose the magic word in quotation marks.

Comments (2)

  1. Daniel Stelzer repo owner

    Which interpreter are you using? I couldn't reproduce this in Git on Windows 7; it understands the word equally well with or without quotation marks.

  2. Daniel Stelzer repo owner

    Since this seems to be interpreter-dependent I added some code to strip out quotation marks and apostrophes before checking the password.

  3. Log in to comment