From 2e27bc56f86717b8ec66f27c360d845fd0e9c5bb Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Tue, 8 Jun 2021 09:07:47 +0200 Subject: [PATCH 1/2] Little adjustment --- src/main.c | 2 +- src/mutation_engine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 7064f61..d72c701 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Project name ......: Plague - Version ...........: 1.3.7 + Version ...........: 1.3.8 Last modification .: 8 June 2021 code and assets provided with licence : diff --git a/src/mutation_engine.h b/src/mutation_engine.h index 8b2ec28..8a5d8da 100644 --- a/src/mutation_engine.h +++ b/src/mutation_engine.h @@ -5,7 +5,7 @@ #include "display_engine.h" // Basic limit research -#define RESEARCH_LIMIT 300 +#define RESEARCH_LIMIT 250 // mutation_table : contain the map of the mutation available struct mutation_table From c5e377cb3973472dc05939d39e1bc385ebd4e724 Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Tue, 8 Jun 2021 09:35:16 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Change=20on=20sympt=C3=B4ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plague.g1a | Bin 69236 -> 69236 bytes src/data.c | 16 ++++++++-------- src/main.c | 2 +- src/mutation_engine.h | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Plague.g1a b/Plague.g1a index 7b2250b07a6cad992a5aa3efb2c4959761238767..8e0d7ae340792200e6dc058ca388ef8c79f3fbf4 100644 GIT binary patch delta 320 zcmew|hvmy0mI?06mc}L864n{Vv7%n`_9p~AulQV9eGjtmUUCoCA4AY91<#~v^+C~z=9oWuOAK|_Fn tL56`L2`taT!yq8R+W>TfA_IdN19OH5g98gk!{$Fn_cPPLSe{cEE&#=XI$Hn$ delta 320 zcmew|hvmy0mI?067A6)Oy(X|TG3so-!~Uh8(R}m8>6escSs5UJ8B7`M-@;(9e-Dt& z55yvq5A2p^l$(5Kx3nb}kPlMJ0>lgq1_xY#*ayf0i6di>TnP}@0LA5iSY)!n9%)AY z$v%6!8Ra(L*mId9kjFxWg%KzP0tSu@4Du%|7?>bj$pgn8FxV?_FhHEc{H#GkfI(h{ rfguSj&%(nXAi>)Xbb}%TgBb&Jh6sZL3rG9rKS%d7)4*7sQyDG*z9%~_ diff --git a/src/data.c b/src/data.c index 1d024a6..b96be2d 100644 --- a/src/data.c +++ b/src/data.c @@ -6,18 +6,18 @@ const struct mutation symptoms_data[14] = { {10, 0, 0, 2, 0, "NAUSEE", "DONNE DES NAUSEES"}, {15, 10, 0, 10, 0, "VOMISSEMENT", "PROVOQUE DES REJETS GASTRIQUES"}, - {10, 5, 0, 3, 0, "TOUX", "LA PROJECTION DE PARTICULE AUGMENTE LA CONTAGION"}, - {15, 20, 5, 10, 0, "PNEUMONIE", "AFFECTION PULMONAIRE PEU MORTELLE"}, - { 0, 30, 20, 15, 10, "TUMEUR", "PEU CONTAGIEUX, MAIS MORTEL"}, - {15, 10, 5, 4, 0, "PLAIES", "LA PEAU S'ASSECHE ET DEVIENT CASSANTE"}, - {10, 10, 10, 10, 0, "LESIONS", "BLOQUE LA CICATRISATION"}, - {30, 20, 20, 20, 5, "HEMORRAGIE", "BLOQUE L'ACTION DES PLAQUETTES"}, - {25, 15, 10, 17, 0, "INFECTION", "CREER DES FOYERS D'INFECTION DANS LE CORPS"}, + {10, 0, 0, 3, 0, "TOUX", "LA PROJECTION DE PARTICULE AUGMENTE LA CONTAGION"}, + {15, 10, 5, 10, 0, "PNEUMONIE", "AFFECTION PULMONAIRE PEU MORTELLE"}, + { 0, 20, 20, 15, 10, "TUMEUR", "PEU CONTAGIEUX, MAIS MORTEL"}, + {15, 0, 5, 4, 0, "PLAIES", "LA PEAU S'ASSECHE ET DEVIENT CASSANTE"}, + {10, 5, 10, 10, 0, "LESIONS", "BLOQUE LA CICATRISATION"}, + {30, 10, 20, 20, 5, "HEMORRAGIE", "BLOQUE L'ACTION DES PLAQUETTES"}, + {25, 10, 10, 17, 0, "INFECTION", "CREER DES FOYERS D'INFECTION DANS LE CORPS"}, {15, 10, 5, 5, 0, "INFLAMMATION", "PROVOQUE DES ROUGEURS ET DEMANGEAISONS"}, {10, 15, 20, 15, 0, "IMMUNITE", "BLOQUE L'ACTION DU SYSTEME IMMUNITAIRE"}, { 0, 20, 0, 15, 10, "PARANOIA", "LES CHERCHEURS N'ARRIVENT PLUS A COOPERER ENTRE EUX"}, { 0, 15, 15, 20, 10, "FOLIE", "PROVOQUE DES CRISES D'HYSTERIES"}, - { 0, 30, 30, 30, 20, "ARRET TOTAL", "EMPECHE LES ORGANES DE FONCTIONNER"}, + { 0, 10, 30, 30, 20, "ARRET TOTAL", "EMPECHE LES ORGANES DE FONCTIONNER"}, }; diff --git a/src/main.c b/src/main.c index d72c701..71809ff 100644 --- a/src/main.c +++ b/src/main.c @@ -20,7 +20,7 @@ #include "mutation_engine.h" #include "save.h" -const char *VERSION = "1.3.7"; +const char *VERSION = "1.3.8"; // title_screen : display the title screen static void title_screen(void); diff --git a/src/mutation_engine.h b/src/mutation_engine.h index 8a5d8da..0a31ef0 100644 --- a/src/mutation_engine.h +++ b/src/mutation_engine.h @@ -5,7 +5,7 @@ #include "display_engine.h" // Basic limit research -#define RESEARCH_LIMIT 250 +#define RESEARCH_LIMIT 200 // mutation_table : contain the map of the mutation available struct mutation_table