We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15e00e commit fae769bCopy full SHA for fae769b
1 file changed
tale/base.py
@@ -1013,8 +1013,8 @@ def __init__(self) -> None:
1013
self.weapon_skills = WeaponSkills()
1014
self.magic_skills = MagicSkills()
1015
self.skills = Skills()
1016
- self.action_points = 0 # combat points
1017
- self.max_action_points = 5 # max combat points
+ self.action_points = 10 # combat points
+ self.max_action_points = 10 # max combat points
1018
self.max_magic_points = 5 # max magic points
1019
self.magic_points = 0 # magic points
1020
0 commit comments