From 97ff70df5626423b27d70b3be029d0fc523a206a Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 20 May 2023 13:45:50 +0100 Subject: [PATCH] Added missing translation string when being respawned by the metamorphosis potions --- src/main/resources/assets/unicopia/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index a6fe335d..724d44ec 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -505,6 +505,7 @@ "death.attack.generic.and_also": "%1$s and %2$s", "death.attack.generic.whilst_flying": "%1$s whilst flying", "death.attack.tribe_swap": "%1$s was reborn into a different tribe", + "death.attack.tribe_swap.player": "%1$s was doomed to be reborn into a different tribe by %2$s", "death.attack.sun": "%1$s stared into the sun", "death.attack.sun.player": "%1$s stared into the sun whilst fighting %2$s", "death.attack.sunlight": "%1$s was burned by the sun",