Closed curiousdannii-testing closed 2 years ago
Fixed via this commit: https://github.com/ganelson/inform/commit/0dc42eb46fd7efe886e2ac943afc943e2103802e
Comment from Graham Nelson:
A single character typo in the tables of inflections of English irregular verbs.
Reported by : otistdog
Description :
If a digging action is created, the past participle derived is "digged" instead of "dug". This means checking automatic state tracking of actions requires:
If we have digged...
instead of:
If we have dug...
Steps to reproduce :
Additional information :
See discussion on this issue at http://www.intfiction.org/forum/viewtopic.php?f=7&t=23091&sid=e3aac7fdb0604d527535c221d454b3e8
Interestingly, if the verb "to dig" is declared, it seems to get the correct past participle.
I'm filing this under "actions" since it seems specific to the action version of the word, and with effect "compiler rejects valid code" on the theory that "if we have dug..." should be valid. Feel free to recategorize.
imported from: [Mantis 2032] Past tense of digging action incorrectly set to "digged"