From 3593fbb549ba5b991b92994c94b529ac99045d46 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 18 Nov 2009 13:57:05 -0600 Subject: Expand Zin's protection from just mutation to other chaotic effects. Specifically, protect from rotting, disease, and miasma, since the first of them is tied to the other two, and all three are chaotic. Since negative energy resistance no longer provides rotting resistance, this fills in the gap left by TSO. --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 05ca6958d1..cae6b21798 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -3643,7 +3643,7 @@ void describe_god( god_type which_god, bool give_title ) (you.piety >= 50) ? "sometimes" : "occasionally"; - cprintf("%s %s shields you from mutagenic effects." EOL, + cprintf("%s %s shields you from chaotic effects." EOL, god_name(which_god).c_str(), how); } else if (which_god == GOD_SHINING_ONE) -- cgit v1.2.3-54-g00ecf