Skip to content

Commit fae769b

Browse files
committed
giving some starting action points
1 parent f15e00e commit fae769b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tale/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,8 @@ def __init__(self) -> None:
10131013
self.weapon_skills = WeaponSkills()
10141014
self.magic_skills = MagicSkills()
10151015
self.skills = Skills()
1016-
self.action_points = 0 # combat points
1017-
self.max_action_points = 5 # max combat points
1016+
self.action_points = 10 # combat points
1017+
self.max_action_points = 10 # max combat points
10181018
self.max_magic_points = 5 # max magic points
10191019
self.magic_points = 0 # magic points
10201020

0 commit comments

Comments
 (0)