Skip to content

Commit

Permalink
Add a missing max and another todo
Browse files Browse the repository at this point in the history
  • Loading branch information
davismr committed Sep 9, 2023
1 parent 76e683a commit c187c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Input/edit forms
Spells
Skill descriptions
Tests and max for talents
Attribute bonus max for talents
Delete character
Copy character
Import/export
Expand Down
1 change: 1 addition & 0 deletions src/wfrp/character/data/talents.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def get_random_talent(die_roll):
),
},
"Ambidextrous": {
"max": 2,
"description": (
"You can use your off-hand far better than most folk, either by training "
"or innate talent. You only suffer a penalty of –10 to Tests relying "
Expand Down

0 comments on commit c187c5f

Please sign in to comment.