summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 2609560a67..cc21050843 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2713,10 +2713,6 @@ int monsters::body_weight() const
int weight = mons_weight(mclass);
- // Water elementals are "insubstantial", but still have weight.
- if (weight == 0 && type == MONS_WATER_ELEMENTAL)
- weight = 1500;
-
// weight == 0 in the monster entry indicates "no corpse". Can't
// use CE_NOCORPSE, because the corpse-effect field is used for
// corpseless monsters to indicate what happens if their blood