Request: Don't obfuscate hundred of aged years?
GavJenks opened this issue ยท 1 comments
Why is this a thing:
} else if (ageTime < 201) {
| prefix = prefix + (int) Math.floor(ageTime) + " " + P.p.languageReader.get("Brew_Years") + " ";
| } else {
| prefix = prefix + P.p.languageReader.get("Brew_HundredsOfYears") + " ";
| }
I was really excited to sell silly things on my server like "3,400 year aged rum" etc., but can't now :( Even if there's a character limit stopping it from going past 999, why not let it go up to 999 as numbers at least? If no character limit problems, then let it go into thousands, etc. please.