Skip to content

Commit

Permalink
Fix for Mantis bug 2104
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed Apr 6, 2022
1 parent 6d1fe47 commit 7b361ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/Documentation/Writing with Inform.txt
Expand Up @@ -5060,11 +5060,11 @@ substituting whatever number we feel is appropriate. We should be careful not to

The player may simply take the trophy, drop it again, take it again, ... and win five points every time around. We can prevent this by phrasing the rule more carefully:

After taking the trophy when the trophy is not handled:
After taking the trophy when the trophy was not handled:
increase the score by 5;
say "Well done!"

Rather than being an open-ended scoring system, IF normally has a maximum possible score, which can be specified with a sentence like so:
("Was handled", not "is handled", because this rule happens after the trophy has been taken - so by the time this rule has been considered, the trophy is always handled.) Rather than being an open-ended scoring system, IF normally has a maximum possible score, which can be specified with a sentence like so:

The maximum score is 10.

Expand Down

0 comments on commit 7b361ce

Please sign in to comment.