diff --git a/evennia/contrib/README.md b/evennia/contrib/README.md index fa67abdd88..c3c52d94f9 100644 --- a/evennia/contrib/README.md +++ b/evennia/contrib/README.md @@ -19,6 +19,9 @@ things you want from here into your game folder and change them there. for any game. Allows safe trading of any godds (including coin) * CharGen (Griatch 2011) - A simple Character creator for OOC mode. Meant as a starting point for a more fleshed-out system. +* Convert_gametime (Griatch 2017) - converter routines broken out + of evennia.utils.gametime. Converts seconds to parts of years with + an arbitrary number of weeks/months etc. * Dice (Griatch 2012) - A fully featured dice rolling system. * Email-login (Griatch 2012) - A variant of the standard login system that requires an email to login rather then just name+password.