summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-27 11:27:43 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-27 11:47:28 -0400
commit7bd0902ce6cc84c6dee5d037b5a874c489a35e7c (patch)
tree8e9c90d1b1f7f7bb3580ac38bccb1e9ae5d2aa6d /crawl-ref/source/tilepick.cc
parentf4393d7ca9963d70a955fe45f6c23fa60682ecce (diff)
downloadcrawl-ref-7bd0902ce6cc84c6dee5d037b5a874c489a35e7c.tar.gz
crawl-ref-7bd0902ce6cc84c6dee5d037b5a874c489a35e7c.zip
Remove SIZE_HUGE.
Do you know whether it was bigger than SIZE_GIANT or not? Chances are no (it's bigger, to be clear). There are some small changes to in constriction, though there aren't any constrictors at either size, and knockback -- in particular, dragons will be less effective at knocking back giants. The other change is that Dragon Form will have slightly better EV, as will monster dragons (but only while constricted or netted). The change seems like it is rather minor; I tested it with 15 Dodging and only had a difference of 3 EV.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 4191dd71ca..4fe7b70f49 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -3435,10 +3435,8 @@ static tileidx_t _tileidx_bone(const item_def &item)
case SIZE_LARGE:
case SIZE_BIG:
cs = 2; break;
- case SIZE_HUGE:
case SIZE_GIANT:
cs = 3; break;
-
}
switch (get_mon_shape(item.mon_type))