Closed curiousdannii-testing closed 2 years ago
Fixed via this commit:
https://github.com/ganelson/inform/commit/0f3fb2e2d270eaee81b80284490f76ac4c201051
Comment by Graham Nelson: After some consideration, I agree with Natrium729 that the best thing is to give these two rules more sensible names, since their names are currently very odd in English anyway.
must have accessible the noun rule -> noun must be accessible rule
must have accessible the second noun rule -> second noun must be accessible rule
Reported by : Natrium729
Description :
Two responses in Locksmith are impossible to modify. These are:
When you write:
must have accessible the noun rule response (A) is "[Tu] ne [peux] rien faire [si tu] [ne tiens pas] [the noun]."
Inform thinks the verb is "have" and not "is" and then complains.
Steps to reproduce :
Additional information :
A simple solution would be to change the rules' names.
It would be better yet to be able to force Inform to read the correct verb in an assertion with parenthesis, like:
imported from: [Mantis 1750] Impossible to modify 2 responses in Locksmith(must have accessible the noun rule response (A)) is ("[Tu] ne [peux] rien faire [si tu] [ne tiens pas] [the noun].")