diff --git a/common/game_data/scripts/story/story_step.gd b/common/game_data/scripts/story/story_step.gd index 6fca561..88128bc 100644 --- a/common/game_data/scripts/story/story_step.gd +++ b/common/game_data/scripts/story/story_step.gd @@ -117,7 +117,7 @@ func get_objective_for_region(level : int, difficulty_setting : int) -> int: if difficulty_setting == 0: objective = roundi(objective * COSY_OBJECTIVE_FACTOR) elif difficulty_setting == 2: - return difficult_objective_for_region(level) + objective = difficult_objective_for_region(level) return max(1,roundi(objective * get_objective_multiplier())) diff --git a/translation/game/gui.csv b/translation/game/gui.csv index db30ffa..af5d11b 100644 --- a/translation/game/gui.csv +++ b/translation/game/gui.csv @@ -327,9 +327,9 @@ CONCEPT_ARTS,"Concept Arts","Concept Arts" TRAILER,"Trailer conception and editing","Conception et montage du premier trailer" CREDITS,Credits,Crédits SPECIAL_THANKS,Special thanks,Remerciements -SPECIAL_THANKS_TEXT,"Thanks to the streamers who supported us, entertained us, and found all the bugs (hint to Cossande who broke our game) -Thanks to the playtesters who suffered through our rough gameplay back then (shout-out to Cyril, Benjamin and Lohan who really dug up our beta)","Merci aux streamers qui nous ont soutenus, nous ont divertis et ont déniché tous les bugs (dédicace à Cossande, qui a mis notre jeu à rude épreuve). -Merci aux testeurs qui ont enduré le gameplay pas toujours fun de l'époque (spécialement à Cyril, Benjamin et Lohan, qui ont vraiment fouillé notre bêta de fond en comble)." +SPECIAL_THANKS_TEXT,"Thanks to the streamers who supported us, entertained us, and found all the bugs (hint to Cossande who broke our game). +Thanks to the playtesters who suffered through our rough gameplay back then (shout-out to Cyril, Benjamin and Lohan who really dug up our beta).","Merci aux streamers-euses qui nous ont soutenus, nous ont divertis et ont déniché tous les bugs (dédicace à Cossande, qui a mis notre jeu à rude épreuve). +Merci aux testeurs-euses qui ont enduré le gameplay pas toujours fun de l'époque (spécialement à Cyril, Benjamin et Lohan, qui ont vraiment fouillé notre bêta de fond en comble)." ASTRA_FACTORY,Astra Factory,Usine Astra ASTRA_FACTORY_TEXT,Production factory of Astra base,Usine de production de la base Astra ASTRA_SHIP_GARAGE,Astra Ship Garage,Garage de Vaisseau Astra