mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Finishing touches
This commit is contained in:
parent
dcf2cd778c
commit
9f9e882de2
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue