summaryrefslogtreecommitdiff
path: root/players.h
diff options
context:
space:
mode:
Diffstat (limited to 'players.h')
-rw-r--r--players.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/players.h b/players.h
index 062bde5..5d535bf 100644
--- a/players.h
+++ b/players.h
@@ -36,6 +36,8 @@ struct character_t {
bool alive;
+ bool defensive;
+
int hp;
int max_hp;
int mp;