From 5dc73d949cf371d5dab7e7cd28a38f06f9202662 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 24 Jun 2024 09:56:49 +0100 Subject: [PATCH] more minor refactoring of models --- models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models.py b/models.py index c8fea0e..36bc25b 100644 --- a/models.py +++ b/models.py @@ -39,7 +39,8 @@ ability_model = { 'ability': fields.String( required=False, default="all", - description='The ability to roll. Not required. Defaults to "all".'), + description='The ability to roll. Not required. Valid options: "m-strength", "p-strength", ' + '"intelligence", "charisma", "constitution", "dexterity", "all". Defaults to "all".'), } # Hp model