-
Notifications
You must be signed in to change notification settings - Fork 737
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
ATragMX - Allow one decimal place for the bullet mass #6041
Conversation
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.
Please use toFixed
😆
There are more than 60 other places in the code where I would also have to use Can we do that in a separate pull request please? |
I'm not sure I understand the objection, why do it in a separate pull request when we could just do it in this one? 😕 It seems a little silly to implement something one way just to turn around and immediately change it |
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.
Approving based on consensus approval
The massive cleanup would hide the actual code change. |
Oh I see now, I just meant on the one line where you'd changed the code. On the other hand, if we were going to change them all you'd probably want to do the cleanup in a separate commit anyway - thus the code change would remain visible. |
The bullet mass (in grains) is still going to be limited to integers.
Closes: #6040