From: <gi...@cr...> - 2025-07-18 06:20:14
|
via 40270de24b496199545ad74930e6ebe08fa8d01c (commit) via 7be9a2d591fed30882e97de44098567149e23a74 (commit) from 81d314105f3ee489e9f10e194fe7515a12a0a353 (commit) ----------------------------------------------------------------------- commit 40270de24b496199545ad74930e6ebe08fa8d01c Author: David Lawrence Ramsey <poo...@gm...> Date: Fri Jul 18 00:45:04 2025 -0500 Add a tile for the accursed mutation. Based on a palette-tweaked and edited version of UNUSED/gui/yred_dark_bargain.png. commit 7be9a2d591fed30882e97de44098567149e23a74 Author: David Lawrence Ramsey <poo...@gm...> Date: Fri Jul 18 01:06:22 2025 -0500 Rewrite desc for the "no potions" mutation. It's now consistently "You cannot drink." for both mummy and death-form players, which fits the "You cannot drink potions in your current state!" warning message elsewhere. ----------------------------------------------------------------------- Summary of changes: crawl-ref/source/mutation-data.h | 3 ++- crawl-ref/source/rltiles/dc-mutations.txt | 1 + crawl-ref/source/rltiles/gui/mutations/accursed.png | Bin 0 -> 2057 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 crawl-ref/source/rltiles/gui/mutations/accursed.png diff --git a/crawl-ref/source/mutation-data.h b/crawl-ref/source/mutation-data.h index cdc0bfbb34..cd80048da5 100644 --- a/crawl-ref/source/mutation-data.h +++ b/crawl-ref/source/mutation-data.h @@ -2529,7 +2529,7 @@ static const mutation_def mut_data[] = { MUT_NO_DRINK, 0, 1, mutflag::bad, "no potions", - {"You do not drink.", "", ""}, + {"You cannot drink.", "", ""}, {"Your mouth dries to ashes.", "", ""}, {"You gain the ability to drink.", "", ""}, TILEG_MUT_NO_DRINK, @@ -2818,6 +2818,7 @@ static const mutation_def mut_data[] = {"You recover more slowly from Doom and Banes.", "", ""}, {"You feel accursed.", "", ""}, {"You feel less accursed.", "", ""}, + TILEG_MUT_ACCURSED, }, // Makhleb-specific mutations diff --git a/crawl-ref/source/rltiles/dc-mutations.txt b/crawl-ref/source/rltiles/dc-mutations.txt index ea55cc1ab4..1bace84179 100644 --- a/crawl-ref/source/rltiles/dc-mutations.txt +++ b/crawl-ref/source/rltiles/dc-mutations.txt @@ -209,6 +209,7 @@ word_of_chaos WORD_OF_CHAOS # Per-species effects mutations hop_1 HOP hop_2 +accursed ACCURSED divine_attributes DIVINE_ATTRIBUTES forlorn FORLORN flat_hp_1 FLAT_HP diff --git a/crawl-ref/source/rltiles/gui/mutations/accursed.png b/crawl-ref/source/rltiles/gui/mutations/accursed.png new file mode 100644 index 0000000000..019f76a824 Binary files /dev/null and b/crawl-ref/source/rltiles/gui/mutations/accursed.png differ -- Dungeon Crawl Stone Soup |