From: <gi...@cr...> - 2025-07-13 22:45:10
|
via da5fd27e9c38b590af3b459cd8c32dfff707c66d (commit) from 3f999f4160642223652214ff4a71fecd5afcb6b2 (commit) ----------------------------------------------------------------------- commit da5fd27e9c38b590af3b459cd8c32dfff707c66d Author: hellmonk <nld...@gm...> Date: Sun Jul 13 17:40:18 2025 -0500 unbrace ----------------------------------------------------------------------- Summary of changes: crawl-ref/source/spl-util.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc index 737c81565a..94e086fa65 100644 --- a/crawl-ref/source/spl-util.cc +++ b/crawl-ref/source/spl-util.cc @@ -557,9 +557,7 @@ int spell_mana(spell_type which_spell, bool real_spell) cost = max(1, cost - you.get_mutation_level(MUT_EFFICIENT_MAGIC)); if (spell_typematch(which_spell, spschool::alchemy) && real_spell) - { cost = max(1, cost - you.wearing_jewellery(AMU_ALCHEMY)); - } if (you.duration[DUR_BRILLIANCE] || you.unrand_equipped(UNRAND_FOLLY)) cost = cost/2 + cost%2; // round up -- Dungeon Crawl Stone Soup |