From d80b2858a02272181c42f6efc027713820fc0f09 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 27 Jul 2009 12:39:28 +0000 Subject: * Change rElec mutation description to "resistant" rather than "immune". * Make monsters of I_ANIMAL or higher and vulnerable to a cloud type avoid to enter such clouds. For example, for fire clouds, this affects ice beasts and mummies. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10426 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mutation.cc') diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc index 4d9ea1e480..e9f0337dca 100644 --- a/crawl-ref/source/mutation.cc +++ b/crawl-ref/source/mutation.cc @@ -276,7 +276,7 @@ mutation_def mutation_defs[] = { "cold resistance" }, { MUT_SHOCK_RESISTANCE, 2, 1, false, false, - {"You are immune to electric shocks.", "", ""}, + {"You are resistant to electric shocks.", "", ""}, {"You feel insulated.", "", ""}, {"You feel conductive.", "", ""}, -- cgit v1.2.3-54-g00ecf