From 8218792cbbd00da3530826330270a20906fefad5 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 22:38:45 +0100 Subject: add the warrior gobelin as a real class Signed-off-by: Olivier Gayot --- menuchoixpersos.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'menuchoixpersos.c') 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(); } -- cgit v1.2.3