summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-12-27 23:41:17 -0800
committerStefan O'Rear <stefanor@cox.net>2009-12-27 23:41:17 -0800
commit02962c9ca97ca896e2d7be0e891f800efbbd9368 (patch)
tree30cd70ab2bb93edbc1f793b7b9dfdaf536395479 /crawl-ref/source/actor.h
parentcc6a658772e7c26cf2dedceb7028601c9863268f (diff)
downloadcrawl-ref-02962c9ca97ca896e2d7be0e891f800efbbd9368.tar.gz
crawl-ref-02962c9ca97ca896e2d7be0e891f800efbbd9368.zip
Forms never lower weight cap
I'm just building the bikeshed - somebody else needs to paint this stupid thing.
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index b29e826307..a6d4899bbb 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -63,7 +63,7 @@ public:
virtual size_type body_size(size_part_type psize = PSIZE_TORSO,
bool base = false) const = 0;
- virtual int body_weight() const;
+ virtual int body_weight(bool base = false) const;
virtual int total_weight() const = 0;
virtual int damage_brand(int which_attack = -1) = 0;