[X] My pull request has a descriptive title (not a vague title like Update index.md)
My original issue #17 may have been prematurely closed. I have reason to suspect that the crash I received exists in this version of the game still. I have added a safety measure in order or prevent the issue from occurring again. If the day is less than or equal to 0; it gets rounded back up to 1. While unlikely the date will be a negative number defense programming is generally a good thing. I have tried to eyeball the spacing and used a regular Python spacing analyzer as I could not get the project to run in Renpy on my local machine because of a 'NonType' issue in the definitions.rpy file.
This fix should prevent any issues with the day of the month being zero or a negative number. This is handy for days such as October 25th.
Checklist:
Update index.md
)My original issue #17 may have been prematurely closed. I have reason to suspect that the crash I received exists in this version of the game still. I have added a safety measure in order or prevent the issue from occurring again. If the day is less than or equal to 0; it gets rounded back up to 1. While unlikely the date will be a negative number defense programming is generally a good thing. I have tried to eyeball the spacing and used a regular Python spacing analyzer as I could not get the project to run in Renpy on my local machine because of a 'NonType' issue in the definitions.rpy file.