increase agent symbol limit to 14 chars

This commit is contained in:
Space Admiral 2023-02-16 08:24:13 -08:00
parent 980a9b4020
commit c84602e157

View File

@ -80,8 +80,8 @@
"symbol": {
"description": "How other agents will see your ships and information.",
"example": "BADGER",
"maxLength": 8,
"minLength": 4,
"maxLength": 14,
"minLength": 3,
"type": "string"
}
},