summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 20:59:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 20:59:57 +0000
commit7e3979a7b563f3b0e6897af0a01a6dd28ce96515 (patch)
tree90ce358232ac22207586e5ad293a409a321a489e /crawl-ref/source/newgame.cc
parent08af592fcdfc5f215a97dfca4f5bacfe5333e3e6 (diff)
downloadcrawl-ref-7e3979a7b563f3b0e6897af0a01a6dd28ce96515.tar.gz
crawl-ref-7e3979a7b563f3b0e6897af0a01a6dd28ce96515.zip
Give ghouls one level of the slow healing mutation instead of hardcoding
slow healing for them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9185 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 907a396f1d..2f9370ea73 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2919,6 +2919,7 @@ void give_basic_mutations(species_type speci)
you.mutation[MUT_NEGATIVE_ENERGY_RESISTANCE] = 3;
you.mutation[MUT_SAPROVOROUS] = 3;
you.mutation[MUT_CARNIVOROUS] = 3;
+ you.mutation[MUT_SLOW_HEALING] = 1;
break;
case SP_KENKU:
you.mutation[MUT_BEAK] = 1;