Continue with tutorial writing

This commit is contained in:
Griatch 2022-08-06 01:23:07 +02:00
parent 8e5d64dc0e
commit bf06205edf
7 changed files with 589 additions and 12 deletions

View file

@ -119,9 +119,6 @@ class Ability(Enum):
CHA = "charisma"
ARMOR = "armor"
HP = "hp"
LEVEL = "level"
XP = "xp"
CRITICAL_FAILURE = "critical_failure"
CRITICAL_SUCCESS = "critical_success"