Browse Source

Allow characters to have little bios

master
Fen Dweller 5 years ago
parent
commit
1a45403676
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      features.js

+ 14
- 0
features.js View File

@@ -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,


Loading…
Cancel
Save