summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 08:42:38 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 08:42:38 +0000
commitc5ab08484a85c0f7f25bd8199d0e1c688e08eba3 (patch)
tree9d6b6f646cfaf83418aad472c2787709a9ec19e1 /crawl-ref/source/ouch.cc
parenta24ec8490ffcc7348f567b96577c4cf841d1411f (diff)
downloadcrawl-ref-c5ab08484a85c0f7f25bd8199d0e1c688e08eba3.tar.gz
crawl-ref-c5ab08484a85c0f7f25bd8199d0e1c688e08eba3.zip
[1861488] Fixed passwall bugs.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3330 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index ebe78389ad..e57f43ccc0 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -771,14 +771,6 @@ void ouch( int dam, int death_source, kill_method_type death_type,
return;
}
- // assumed bug for high damage amounts
- if (dam > 300)
- {
- mprf(MSGCH_DANGER,
- "Potential bug: Unexpectedly high damage = %d", dam );
- return;
- }
-
if (dam > -9000) // that is, a "death" caused by hp loss {dlb}
{
if (dam >= you.hp && god_protects_from_harm(you.religion))