diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 00:52:31 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 00:52:31 +0100 |
commit | a1f75a644e0119fa6e31b0a0c852b71f6fc28410 (patch) | |
tree | dd7d67f3e527f9a25168f53c7c1be4975a8844e3 /menuchoixpersos.c | |
parent | 30842cc79c0a3e3566e9da61f2499fa1342c6d52 (diff) |
added "cyanmure" magic
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'menuchoixpersos.c')
-rw-r--r-- | menuchoixpersos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menuchoixpersos.c b/menuchoixpersos.c index f83fb16..176ec45 100644 --- a/menuchoixpersos.c +++ b/menuchoixpersos.c @@ -22,6 +22,7 @@ static void init_team_players(struct team_t *team, bool left, chr->alive = true; chr->defensive = false; + chr->poisoned = false; switch (chr->class_) { case CLASS_PALADIN: |