diff --git a/evennia/contrib/README.md b/evennia/contrib/README.md index 5ca11b1799..e15344d87c 100644 --- a/evennia/contrib/README.md +++ b/evennia/contrib/README.md @@ -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. diff --git a/evennia/contrib/tests.py b/evennia/contrib/tests.py index 72b19c2d9e..e4ed875466 100644 --- a/evennia/contrib/tests.py +++ b/evennia/contrib/tests.py @@ -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