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