1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00

Fix for Mantis bug 2005

This commit is contained in:
Graham Nelson 2022-04-10 09:15:49 +01:00
parent 5d6c6d073c
commit 3172f5a4bc

View file

@ -47,7 +47,7 @@ Now, in order to let the player view these footnotes, we'll need to parse number
Check looking up a footnote:
if the number understood > footnotes mentioned, say "You haven't seen any such footnote." instead;
if the number understood < 1, say "Footnotes are numbered from 1."
if the number understood < 1, say "Footnotes are numbered from 1." instead.
Carry out looking up a footnote:
choose row with assignment of number understood in the Table of Footnotes;