summaryrefslogtreecommitdiff
path: root/menuchoixpersos.c
diff options
context:
space:
mode:
Diffstat (limited to 'menuchoixpersos.c')
-rw-r--r--menuchoixpersos.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/menuchoixpersos.c b/menuchoixpersos.c
index 3eb77a9..f83fb16 100644
--- a/menuchoixpersos.c
+++ b/menuchoixpersos.c
@@ -21,6 +21,8 @@ static void init_team_players(struct team_t *team, bool left,
chr->class_ = classes[i];
chr->alive = true;
+ chr->defensive = false;
+
switch (chr->class_) {
case CLASS_PALADIN:
chr->def_surf = surfaces->Ppaladin;