Finishing touches

This commit is contained in:
BattleJenkins 2018-06-07 15:11:15 -07:00
parent dcf2cd778c
commit 9f9e882de2
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,9 @@ things you want from here into your game folder and change them there.
that requires an email to login rather then just name+password.
* Extended Room (Griatch 2012) - An expanded Room typeclass with
multiple descriptions for time and season as well as details.
* Field Fill (FlutterSprite 2018) - A simple system for creating an
EvMenu that presents a player with a highly customizable fillable
form
* GenderSub (Griatch 2015) - Simple example (only) of storing gender
on a character and access it in an emote with a custom marker.
* Mail (grungies1138 2016) - An in-game mail system for communication.

View file

@ -1299,7 +1299,6 @@ FIELD_TEST_DATA = {"TextTest":None, "NumberTest":None, "DefaultText":"Test", "De
class TestFieldFillFunc(EvenniaTest):
def test_field_functions(self):
# Template to dictionary
self.assertTrue(fieldfill.form_template_to_dict(FIELD_TEST_TEMPLATE) == FIELD_TEST_DATA)
# Test of the unixcommand module