Continue with tutorial writing

This commit is contained in:
Griatch 2022-08-06 01:23:07 +02:00
parent e84933d452
commit fe9157da16
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"