You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In w0_d3.rpy, there are a few issues that lead to inconsistency with the rest of the game. This is semi-urgent, so please work quickly to adjust the code before it gets piled up with more problems.
Problems
In label w0_d3, the MC wakes up and thinks to himself a few comments. These should NOT have quotes, as these are thoughts and not spoken words. The first fix will remove the escaped quotation marks here.
In menus choosingLastClass and w0d3_talktopython, the choices are in all caps. This shouldn't be the case, please rewrite them to be proper. Here's an example of a fix:
GO HOME >> Go home
Instructions
When making the pull request, please reference this issue so it is autolinked. Furthermore, ensure every issue asked about is addressed, and that there is nothing missed. I will do a final review of the changes, and will reject them if I notice anything missing. LGTM
The text was updated successfully, but these errors were encountered:
In w0_d3.rpy, there are a few issues that lead to inconsistency with the rest of the game. This is semi-urgent, so please work quickly to adjust the code before it gets piled up with more problems.
Problems
In label w0_d3, the MC wakes up and thinks to himself a few comments. These should NOT have quotes, as these are thoughts and not spoken words. The first fix will remove the escaped quotation marks here.
In menus choosingLastClass and w0d3_talktopython, the choices are in all caps. This shouldn't be the case, please rewrite them to be proper. Here's an example of a fix:
GO HOME >> Go homeInstructions
When making the pull request, please reference this issue so it is autolinked. Furthermore, ensure every issue asked about is addressed, and that there is nothing missed. I will do a final review of the changes, and will reject them if I notice anything missing. LGTM
The text was updated successfully, but these errors were encountered: