From a1f75a644e0119fa6e31b0a0c852b71f6fc28410 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 10 Jan 2015 00:52:31 +0100 Subject: added "cyanmure" magic Signed-off-by: Olivier Gayot --- menuchoixpersos.c | 1 + 1 file changed, 1 insertion(+) (limited to 'menuchoixpersos.c') 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: -- cgit v1.2.3