From 02962c9ca97ca896e2d7be0e891f800efbbd9368 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Sun, 27 Dec 2009 23:41:17 -0800 Subject: Forms never lower weight cap I'm just building the bikeshed - somebody else needs to paint this stupid thing. --- crawl-ref/source/monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.h') diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h index 400ad01769..524c48b4d4 100644 --- a/crawl-ref/source/monster.h +++ b/crawl-ref/source/monster.h @@ -221,7 +221,7 @@ public: bool can_pass_through_feat(dungeon_feature_type grid) const; bool is_habitable_feat(dungeon_feature_type actual_grid) const; size_type body_size(size_part_type psize = PSIZE_TORSO, bool base = false) const; - int body_weight() const; + int body_weight(bool base = false) const; int total_weight() const; int damage_brand(int which_attack = -1); int damage_type(int which_attack = -1); -- cgit v1.2.3-54-g00ecf