diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-08-30 21:15:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 11:15:14 +0000 |
| commit | 6784e6fa3c498e51be0f74e8dc9e6318bafa0067 (patch) | |
| tree | 4b33fa20b07b673fb44e720dc44d6fc4f6fdcf70 | |
| parent | ccebcd5e7b36630f60151b4cdb56d8663d8ca7d5 (diff) | |
| download | NotEnoughUpdates-REPO-6784e6fa3c498e51be0f74e8dc9e6318bafa0067.tar.gz NotEnoughUpdates-REPO-6784e6fa3c498e51be0f74e8dc9e6318bafa0067.tar.bz2 NotEnoughUpdates-REPO-6784e6fa3c498e51be0f74e8dc9e6318bafa0067.zip | |
fix crimson essence displau names (#1333)
| -rw-r--r-- | constants/essenceshops.json | 8 |
1 files 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": [ |
