summaryrefslogtreecommitdiff
path: root/players.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-10 00:52:31 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-10 00:52:31 +0100
commita1f75a644e0119fa6e31b0a0c852b71f6fc28410 (patch)
treedd7d67f3e527f9a25168f53c7c1be4975a8844e3 /players.h
parent30842cc79c0a3e3566e9da61f2499fa1342c6d52 (diff)
added "cyanmure" magic
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
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;