|
|
@@ -37,7 +37,7 @@ t_raoul_state state = WAITING; |
|
|
|
|
|
|
|
void get_random_text(char* t) |
|
|
|
{ |
|
|
|
long rand = random(25); |
|
|
|
long rand = random(27); |
|
|
|
if(rand == (long) 0) strcpy(t, "Kat-Horse, promo Fourre-Teen !"); |
|
|
|
if(rand == (long) 1) strcpy(t, "T'as quatorz'servir !"); |
|
|
|
if(rand == (long) 2) strcpy(t, "14, pas catin..."); |
|
|
@@ -63,6 +63,12 @@ void get_random_text(char* t) |
|
|
|
if(rand == (long)22) strcpy(t, "Valar Morghulis"); |
|
|
|
if(rand == (long)23) strcpy(t, "Un 14 paye toujours ses dettes."); |
|
|
|
if(rand == (long)24) strcpy(t, "Ouais, c'est pas faux..."); |
|
|
|
if(rand == (long)25) strcpy(t, "Il est kiwi pile !"); |
|
|
|
if(rand == (long)26) strcpy(t, "Fus Ro Dah !"); |
|
|
|
// if(rand == (long)27) strcpy(t, ""); |
|
|
|
// if(rand == (long)28) strcpy(t, ""); |
|
|
|
// if(rand == (long)29) strcpy(t, ""); |
|
|
|
// if(rand == (long)30) strcpy(t, ""); |
|
|
|
} |
|
|
|
|
|
|
|
void display_random_text() { |