Skip to content
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

28.9999999999999996% #9642

Closed
Just-a-Unity-Dev opened this issue Jul 12, 2022 · 4 comments
Closed

28.9999999999999996% #9642

Just-a-Unity-Dev opened this issue Jul 12, 2022 · 4 comments
Labels
DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result.

Comments

@Just-a-Unity-Dev
Copy link
Contributor

Description

The zombie round end screen is stupidly accurate. Could round it down to the 3rd place or something

Screenshots
image

@Elijahrane
Copy link
Contributor

free one line PR by just using Math.Round wherever that gets passed

@mirrorcult mirrorcult added the DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. label Jul 12, 2022
@metalgearsloth
Copy link
Contributor

@Nikolasfurtado
Copy link

use Math.round or math.floor method to round down or round do nearest number.

sBasalto added a commit to sBasalto/space-station-14 that referenced this issue Jul 13, 2022
The zombie percent should now be rounded properly when appearing in the round end summary as requested in issue space-wizards#9642.
@HoofedEar
Copy link
Contributor

Would close but no triage, close pls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result.
Projects
None yet
Development

No branches or pull requests

7 participants