summaryrefslogtreecommitdiff
path: root/menuchoixpersos.c
diff options
context:
space:
mode:
Diffstat (limited to 'menuchoixpersos.c')
-rw-r--r--menuchoixpersos.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/menuchoixpersos.c b/menuchoixpersos.c
index 05e1a0a..ef8b8a1 100644
--- a/menuchoixpersos.c
+++ b/menuchoixpersos.c
@@ -41,6 +41,10 @@ struct team_t *new_ally_team(SURFACES *surfaces,
chr->def_surf = surfaces->Pvoleur;
chr->red_surf = surfaces->red_thief;
break;
+ case CLASS_WARRIOR_GOBELIN:
+ chr->def_surf = surfaces->Pgobelin;
+ chr->red_surf = surfaces->red_warrior_gobelin;
+ break;
default:
abort();
}