From: <gi...@cr...> - 2025-10-02 20:15:09
|
via 76d92dc4457bf58596dd4ddb4368ec65b9b5b491 (commit) from 047248ea713d48fc0fb9df03298c8c1cc06cbb0c (commit) ----------------------------------------------------------------------- commit 76d92dc4457bf58596dd4ddb4368ec65b9b5b491 Author: David Lawrence Ramsey <poo...@gm...> Date: Thu Oct 2 15:10:03 2025 -0500 Fix typo. ----------------------------------------------------------------------- Summary of changes: crawl-ref/source/mutation-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/mutation-data.h b/crawl-ref/source/mutation-data.h index f6b8ef013f..489f53b68e 100644 --- a/crawl-ref/source/mutation-data.h +++ b/crawl-ref/source/mutation-data.h @@ -1273,7 +1273,7 @@ static const mutation_def mut_data[] = {"A shield forms around you when casting spells or using Invocations. (SH +7)", "", ""}, - {"Ambient excess energy start collecting around you.", "", ""}, + {"Ambient excess energy starts collecting around you.", "", ""}, {"The ambient excess energy around you dissipates.", "", ""}, TILEG_MUT_EPHEMERAL_SHIELD, }, -- Dungeon Crawl Stone Soup |