When creating a unit we must define its name, for example zergling. To make "zergling" plural the Stratagus Engine automatically appends an "s" to the end of the name. When adding the "s" to the end of "zergling" we get "zerglings" which is gramatically correct. However, when the unit difined as "hatchery" has a "s" appended to it we get the gramatically incorect "hatcherys". Becuase the game engine apends the "s" to the end of a units name, this is a actual (and very simple) bug, not a misspelling. :)
--> n0.obAtroN
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1848946
Originator: NO
When creating a unit we must define its name, for example zergling. To make "zergling" plural the Stratagus Engine automatically appends an "s" to the end of the name. When adding the "s" to the end of "zergling" we get "zerglings" which is gramatically correct. However, when the unit difined as "hatchery" has a "s" appended to it we get the gramatically incorect "hatcherys". Becuase the game engine apends the "s" to the end of a units name, this is a actual (and very simple) bug, not a misspelling. :)
--> n0.obAtroN