summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-21 09:36:42 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-21 09:36:42 +0000
commit33652ed46d6663adcc4b4c5233dc7083746431d0 (patch)
tree7b3b1dde2854756f21a98b7d6f72e6b3e2965e0d /crawl-ref/source/mutation.cc
parent900520a3ac92ccc8dc5272d09c57bbd04c5346d3 (diff)
downloadcrawl-ref-33652ed46d6663adcc4b4c5233dc7083746431d0.tar.gz
crawl-ref-33652ed46d6663adcc4b4c5233dc7083746431d0.zip
Non-fatal mutations weren't actually preventing death by stupidity.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7897 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index f531d437f1..999bf49ed2 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1705,6 +1705,7 @@ static bool _is_deadly(mutation_type mutat, bool delete_mut)
case MUT_DOPEY:
stat_ptr = &you.intel;
+ break;
case MUT_STRONG_STIFF:
case MUT_CLUMSY: