diff --git a/w/w.c b/w/w.c index 02c977a..4e790f5 100644 --- a/w/w.c +++ b/w/w.c @@ -4,7 +4,7 @@ #include #define CMD_LEN 10 -#define NAME_LEN 10 +#define NAME_LEN 20 #define POV_3D_SIZE 10 #define POV_SIZE 3 @@ -90,8 +90,9 @@ char map[15][15] = { "wwwwwwwwwwwwwww" }; -Character monsters[1] = { - { "Alien", 2, 2, 1, 1 } +Character monsters[2] = { + { "Alien bleu", 2, 2, 1, 1 }, + { "Vilaine araignée", 5, 8, 2, 1 } }; int dice()