summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 18:25:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 18:25:40 +0000
commit6b0b5bc18cc9daed3c5cc3cda0be3ad9e736c60d (patch)
treee2de59f4a371862af85e587c413545b34d69447e /crawl-ref/source/player.cc
parentb7e842560e601ab95744b668a236b363495c54f0 (diff)
downloadcrawl-ref-6b0b5bc18cc9daed3c5cc3cda0be3ad9e736c60d.tar.gz
crawl-ref-6b0b5bc18cc9daed3c5cc3cda0be3ad9e736c60d.zip
Apply trunk r10195 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10196 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 07b9774b0f..77e941b068 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -7049,7 +7049,7 @@ int player::has_claws(bool allow_tran) const
{
// these transformations bring claws with them
if (attribute[ATTR_TRANSFORMATION] == TRAN_DRAGON)
- return 3;
+ return (3);
// transformations other than these will override claws
if (attribute[ATTR_TRANSFORMATION] != TRAN_NONE