From 1a45403676e5adedc6adeb326f3e5c6a48ff548a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Jan 2020 14:51:16 -0600 Subject: [PATCH] Allow characters to have little bios --- features.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/features.js b/features.js index 2e385b9..a2e3ab6 100644 --- a/features.js +++ b/features.js @@ -603,6 +603,20 @@ options = [ } ] }, + { + "name": "Extra Info", + "optional": false, + "group": "main", + "entries": + [ + { + "name": "Bio", + "id": "bio", + "type": "text", + "default": "Big stompy monster, innit" + } + ] + }, { "name": "Body Details", "optional": false,