From 6784e6fa3c498e51be0f74e8dc9e6318bafa0067 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:15:14 +1000 Subject: fix crimson essence displau names (#1333) --- constants/essenceshops.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants/essenceshops.json b/constants/essenceshops.json index 4151593d..79cf39fb 100644 --- a/constants/essenceshops.json +++ b/constants/essenceshops.json @@ -345,7 +345,7 @@ 1000, 2000 ], - "name": "Strong Arm" + "name": "Strongarm" }, "fresh_tools_kuudra": { "costs": [ @@ -365,7 +365,7 @@ 400, 500 ], - "name": "Head Start" + "name": "Headstart" }, "master_kuudra": { "costs": [ @@ -386,7 +386,7 @@ 900, 1000 ], - "name": "Fungus Fortune" + "name": "Fungus Fortuna" }, "harena_fortuna": { "costs": [ @@ -401,7 +401,7 @@ 900, 1000 ], - "name": "Harena Fortune" + "name": "Harena Fortuna" }, "crimson_training": { "costs": [ -- cgit