From 19a9132fe3b763f9c99e62403814c434f4df78f4 Mon Sep 17 00:00:00 2001 From: Sollace Date: Thu, 6 Jul 2023 17:11:06 +0100 Subject: [PATCH] Update en_us and fix typoes. Closes #131 --- .../resources/assets/unicopia/lang/en_us.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 8845d8c4..692005e6 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -592,7 +592,7 @@ "commands.disguise.removed": "Your disguise has been removed.", "commands.disguise.removed.self": "Removed own disguise.", "commands.disguise.removed.other": "Removed %s's disguise.", - "commands.disguise.success": "You are nod disguised as %s", + "commands.disguise.success": "You are now disguised as %s", "commands.disguise.success.self": "Set own disguise to %s", "commands.disguise.success.other": "%s changed their disguise to %s", @@ -649,15 +649,15 @@ "death.attack.unicopia.alicorn_amulet": "%1$s was driven insane", "death.attack.unicopia.alicorn_amulet.player": "%1$s went insane whilst fighting %2$s", "death.attack.unicopia.darkness": "%1$s went missing", - "death.attack.unicopia.love_draining": "%1$s was drained of all life", - "death.attack.unicopia.love_draining.player": "%1$s died to feed %2$s", - "death.attack.unicopia.life_draining": "%1$s was drained of all life", + "death.attack.unicopia.love_draining": "%1$s was drained of all love", + "death.attack.unicopia.love_draining.player": "%2$s drained %1$s of all their love", + "death.attack.unicopia.life_draining": "%1$s was sucked dry", "death.attack.unicopia.life_draining.self": "%1$s was killed by their own spell", "death.attack.unicopia.life_draining.player": "%1$s was killed by a spell cast by %2$s", - "death.attack.unicopia.bat_screech": "%1$s was frightened to death", - "death.attack.unicopia.bat_screech.player": "%2$s scared %1$s", - "death.attack.unicopia.bat_screech.item": "%1$s was frightened to death by %2$s using %3$s", - "death.attack.unicopia.bat_screech.self": "%1$s scared themselves to death", + "death.attack.unicopia.bat_screech": "%1$s was spooked", + "death.attack.unicopia.bat_screech.player": "%2$s spooked %1$s", + "death.attack.unicopia.bat_screech.item": "%1$s was spooked by %2$s using %3$s", + "death.attack.unicopia.bat_screech.self": "%1$s spooked themselves", "death.attack.unicopia.gravity_well_recoil": "%1$s turned into spaghetti", "death.attack.unicopia.gravity_well_recoil.player": "%1$s turned into spaghetti by a spell cast by %2$s", "death.attack.unicopia.gravity_well_recoil.item": "%1$s turned into spaghetti by a spell cast by %2$s using %3$s",