-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aquatia: Locations name changed due to typo's, grammar, or inconsistencies #3421
Conversation
…th capitalization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like all of the instances were caught and the changes look fine
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would recommend capitalizing the full place names, like "Kelp Forest" instead of "Kelp forest", since the place is called Kelp Forest, not Kelp presumably
worlds/aquaria/Locations.py
Outdated
"Simon says area, beating Simon says": 698156, | ||
"Simon says area, Transturtle": 698216, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Simon says area, beating Simon says": 698156, | |
"Simon says area, Transturtle": 698216, | |
"Simon Says area, beating Simon Says": 698156, | |
"Simon Says area, Transturtle": 698216, |
Would recommend capitalizing "Says" here, since "Simon Says" is the name of a game, so it's grammatically correct to capitalize both words
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here. I think that I found them all.
What is this fixing or adding?
Modification of some Location names for typo, grammar or so that every one of them respect the same kind of capitalizations.
How was this tested?
I use unit testiing and try to generate games with different kind of options.