From 4f153c59882bb115f43a677a85c9448dc0dafa8e Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 24 Sep 2009 13:56:29 -0500 Subject: Various religion-related fixes: Update the player's title when gaining or losing piety or penance, so that Invocations-based titles are handled properly; don't display Zin's message about mutagenic glow if the player isn't glowing; and have Zin treat all chaotic spells consistently. --- crawl-ref/source/describe.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 4ac11ea4e9..2704a620b7 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -3764,6 +3764,7 @@ std::string get_skill_description(int skill, bool need_title) } break; } + case SK_INVOCATIONS: if (you.species == SP_DEMIGOD) { -- cgit v1.2.3-54-g00ecf