From 27f57f7a1b93eb54bd722175a7b5ae95c0860a11 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 12 Feb 2017 19:16:48 +0100 Subject: [PATCH] Updated contrib README. --- evennia/contrib/README.md | 3 +++ 1 file changed, 3 insertions(+) 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.