From c1cbf0420c9743ef779672971d99a97b8386cd62 Mon Sep 17 00:00:00 2001 From: BattleJenkins Date: Sat, 1 Apr 2017 22:15:26 -0700 Subject: [PATCH] Minor tweaks Fixed the header for the character code section, now that the command set is gone. Also, I forgot to mention, last commit I also fixed a bug where the timer wouldn't give a full 30 seconds for each characters turn if the turn progressed mid-interval. --- evennia/contrib/turnbattle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/turnbattle.py b/evennia/contrib/turnbattle.py index 0535e04c1a..2a434a8644 100644 --- a/evennia/contrib/turnbattle.py +++ b/evennia/contrib/turnbattle.py @@ -266,7 +266,7 @@ def spend_action(character, actions, action_name=None): """ ---------------------------------------------------------------------------- -CHARACTER TYPECLASS & COMMAND SET STARTS HERE +CHARACTER TYPECLASS ---------------------------------------------------------------------------- """