Skip to content

Commit

Permalink
Fix examining the spinner when it is empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
angstsmurf committed Mar 20, 2018
1 parent 9ba5e25 commit 756ada0
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -850,8 +850,9 @@ Instead of examining the spinner:
say "[description of the spinner][line break]";
if the player wears the monocle:
try looking at the spinner through the monocle;
follow the spinner-turning rule;
say line break.
if the spinner is non-empty:
follow the spinner-turning rule;
say line break.

Sanity-check switching on the spinner:
say "The sculpture appears to be permanently on." instead.
Expand Down

0 comments on commit 756ada0

Please sign in to comment.