mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Added hp current and temporary to character
This commit is contained in:
@@ -159,6 +159,8 @@ class Character:
|
||||
xp = 0
|
||||
# Hit points
|
||||
hp_max = None
|
||||
hp_current = None
|
||||
hp_temp = None
|
||||
# Base stats (ability scores)
|
||||
strength = Ability()
|
||||
dexterity = Ability()
|
||||
|
||||
Reference in New Issue
Block a user