summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation-data.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-07 13:08:50 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-08 00:26:47 -0400
commiteddedc8ab317ef6b523e36a79bd349f597861a4a (patch)
treecb959e81f7e8af6586da4d155da939405a68743d /crawl-ref/source/mutation-data.h
parente99bd4c15d5e8736596669c4b5f3528461b6260c (diff)
downloadcrawl-ref-eddedc8ab317ef6b523e36a79bd349f597861a4a.tar.gz
crawl-ref-eddedc8ab317ef6b523e36a79bd349f597861a4a.zip
Make MUT_NO_DEVICE_HEAL a normal bad mutation with 2 levels
Diffstat (limited to 'crawl-ref/source/mutation-data.h')
-rw-r--r--crawl-ref/source/mutation-data.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/crawl-ref/source/mutation-data.h b/crawl-ref/source/mutation-data.h
index 2760d8f010..cb7470ac8e 100644
--- a/crawl-ref/source/mutation-data.h
+++ b/crawl-ref/source/mutation-data.h
@@ -1303,12 +1303,20 @@
"antimagic bite"
},
-{ MUT_NO_DEVICE_HEAL, 0, 1, true, false, false,
+{ MUT_NO_DEVICE_HEAL, 7, 2, true, false, false,
"no device heal",
- {"Potions and wands cannot restore your HP.", "", ""},
- {"Your system rejects artificial healing.", "", ""},
- {"Your system accepts artificial healing.", "", ""},
+ {"Potions and wands are less effective at restoring your HP.",
+ "Potions and wands cannot restore your HP.",
+ ""},
+
+ {"Your system partially rejects artificial healing.",
+ "Your system completely rejects artificial healing.",
+ ""},
+
+ {"Your system completely accepts artificial healing.",
+ "Your system partially accepts artificial healing.",
+ ""},
"no device heal"
},