From 48d355d096cc76018abad23f82ac9f26c6844399 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 1 Jan 2022 17:24:35 +0200 Subject: [PATCH] Fixed death message when falling into a black hold --- src/main/resources/assets/unicopia/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 15da5b22..1a6b9c7c 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -437,8 +437,8 @@ "death.attack.paradox": "%1$s imploded", "death.attack.food_poisoning": "%1$s died of food poisoning", "death.attack.food_poisoning.attacker": "%2$s poisoned %1$s to death", - "death.attach.back_hole": "%1$s was sucked into a black hole", - "death.attach.back_hole": "%1$s got sucked into %2$s's black hole", + "death.attack.back_hole": "%1$s was sucked into a black hole", + "death.attack.back_hole": "%1$s got sucked into %2$s's black hole", "unicopia.subtitle.flap_wings": "Wing Flaps", "unicopia.subtitle.wind_rush": "Wind Gust",