aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-19 15:28:24 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-19 15:28:24 +0100
commit33b6b3d8dd78cbf9ce65a60b6c8080f3d1d38457 (patch)
treeec16b660e0f96415613b0514e71c3bb6b31aa8aa /src/client/resources
parentc4288cbd82e9a2b347d102c1747f0b105e89fee1 (diff)
feat(game): infect instead of perma kill
Diffstat (limited to 'src/client/resources')
-rw-r--r--src/client/resources/assets/molehunt/lang/en_us.json3
-rw-r--r--src/client/resources/assets/molehunt/lang/fr_fr.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json
index 00c8834..ee20b9a 100644
--- a/src/client/resources/assets/molehunt/lang/en_us.json
+++ b/src/client/resources/assets/molehunt/lang/en_us.json
@@ -13,9 +13,10 @@
"floodhunt.game.end.winners.subtitle": "§6Those who were infected were %s",
"floodhunt.game.start.suspense": "§eYou are...",
"floodhunt.game.start.mole.title": "§cInfected!",
- "floodhunt.game.start.mole.subtitle": "§eGet the list of other infected people with §6/floodhunt role§e.",
+ "floodhunt.game.start.mole.subtitle": "§eGet the list of other infected people with §6/floodhunt role§e and spread the infection.",
"floodhunt.game.start.survivor.title": "§aA survivor!",
"floodhunt.game.start.survivor.subtitle": "§eTry to survive and find out who's infected!",
+ "floodhunt.game.infected": "§cYou are infected.",
"gamerule.floodhunt:game_duration": "Floodhunt: Duration of a game",
"gamerule.floodhunt:flood_percentage": "Floodhunt: Percentage of infected people",
"gamerule.floodhunt:flood_count": "Floodhunt: Number of infected people (set to -1 to use percentage instead)",
diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json
index 103f165..d932a41 100644
--- a/src/client/resources/assets/molehunt/lang/fr_fr.json
+++ b/src/client/resources/assets/molehunt/lang/fr_fr.json
@@ -16,6 +16,7 @@
"floodhunt.game.start.mole.subtitle": "§eRécupérer la liste des infecté(e)s avec §6/floodhunt role",
"floodhunt.game.start.survivor.title": "§aPas infecté(e)s!",
"floodhunt.game.start.survivor.subtitle": "§eEssayez de survivre et de trouver qui est infecté !",
+ "floodhunt.game.infected": "§cVous êtes infecté(e)s.",
"gamerule.floodhunt:game_duration": "Floodhunt : Durée d'une partie",
"gamerule.floodhunt:flood_percentage": "Floodhunt : Pourcentage d'infecté(e)s",
"gamerule.floodhunt:flood_count": "Floodhunt : Nombre d'infectés (-1 pour utiliser le pourcentage à la place)",