From 0ffadca40b94c481141887d294d311ff738c2ad1 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 28 Jun 2008 20:39:31 +0000 Subject: Fix 2005269: trolls being capable of wearing almost all armour types. Remove dated mentions of item sacrifices in print_god_likes(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6188 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 90466a5011..f0e5882a14 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -5688,11 +5688,12 @@ bool player::can_pass_through_feat(dungeon_feature_type grid) const size_type player::body_size(int psize, bool base) const { - size_type ret = (base) ? SIZE_CHARACTER : transform_size( psize ); + size_type ret = (base) ? SIZE_CHARACTER + : transform_size( psize ); if (ret == SIZE_CHARACTER) { - // transformation has size of character's species: + // Transformation has size of character's species. switch (species) { case SP_OGRE: -- cgit v1.2.3-54-g00ecf