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:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 18:25:06 +0000
commit17a3b5eb02e70eac94e89f65ca047385a35e99c2 (patch)
tree593b837c14485336c7be5741747289fa7370a090 /crawl-ref/source/player.cc
parent76c9e52b7020dbcd8033ba6ff46c4d551404e0ef (diff)
downloadcrawl-ref-17a3b5eb02e70eac94e89f65ca047385a35e99c2.tar.gz
crawl-ref-17a3b5eb02e70eac94e89f65ca047385a35e99c2.zip
Really fix the display of ghouls' claws on the "A" screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10195 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 eb66a92e07..2f726ade12 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -7119,7 +7119,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