festivecasual / sigma-mud

Experimental MUD server in Python
0 stars 0 forks source link

Currency Handling #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current currency unit handling assumes currency+'s' is the proper pluralization 
for all units.  This somewhat breaks default behavior with 'gold', and in 
general limits design flexibility.

Without sacrificing elegance of simple XML configuration, we should provide a 
means of pluralizing in a richer manner.

Original issue reported on code.google.com by bmcca...@gmail.com on 5 Sep 2010 at 9:47