From ec4c706c26496036e60db9f71189274fa00c95b4 Mon Sep 17 00:00:00 2001 From: James Miller Date: Fri, 2 Aug 2019 22:33:11 -0500 Subject: [PATCH] update README.md with 0 for a none category on ability scores --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 194468c..f902167 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ sqlite database. | Ability Type | Value | |--------------|-------| +| None | 0 | | STR | 1 | | DEX | 2 | | CON | 4 |