From 63f4f04d779a9a88aee3008a69319117ca21b0ba Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 8 Apr 2017 19:34:43 +0200 Subject: [PATCH] Add a short description in the contrib README index. --- evennia/contrib/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evennia/contrib/README.md b/evennia/contrib/README.md index 8372b068b6..0901e81540 100644 --- a/evennia/contrib/README.md +++ b/evennia/contrib/README.md @@ -45,6 +45,8 @@ things you want from here into your game folder and change them there. time to pass depending on if you are walking/running etc. * Talking NPC (Griatch 2011) - A talking NPC object that offers a menu-driven conversation tree. +* Turnbattle (BattleJenkins 2017) - A turn-based combat engine meant + as a start to build from. Has attack/disengage and turn timeouts. * Wilderness (titeuf87 2017) - Make infinitely large wilderness areas with dynamically created locations.