CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 11 forks source link

Massively simplify BeeKeeping output #405

Open Protonull opened 3 months ago

Protonull commented 3 months ago

BeeKeeping will no longer tell you the names of the bees in the hive, if any. It's genuinely more hassle than it's worth to have it output properly. Here are some examples of botched outputs:

Trying to fix this, where named and unnamed bees are mentioned, involves massive if-else trees to accommodate proper Oxford commas and plurals, which makes the code pretty fragile. Showing bee names is neat but by no means a necessity.