Brewery

Brewery

101k Downloads

Request: Don't obfuscate hundred of aged years?

GavJenks opened this issue ยท 1 comments

commented

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.

commented

Its was done because in a Roleplay environment its unlikely someone could keep track of the Age for so long. There is no technical limitation to this and i might change it in the future