summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 15:40:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 15:40:04 +0000
commit9863b15de70d531b327cbd410806fc42d470d1a7 (patch)
tree901d1414cc9d0c7ceab45e82786ea04db20b254c /crawl-ref/source/debug.cc
parent32525cca511f64ddc4ef4921f887e64038cdd428 (diff)
downloadcrawl-ref-9863b15de70d531b327cbd410806fc42d470d1a7.tar.gz
crawl-ref-9863b15de70d531b327cbd410806fc42d470d1a7.zip
After some thought, revert previous change. If the mutation resistance
mutation is hard to remove, it should be hard to get, god gift or not. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4746 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 6746479c37..98337ae775 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -2454,7 +2454,7 @@ bool debug_add_mutation(void)
{
for (int i = 0; i < -levels; i++)
{
- if (delete_mutation(mutat, force, god_gift))
+ if (delete_mutation(mutat, force))
success = true;
}
}