summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 7e460918ea..1cd0c7dc0c 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -766,8 +766,8 @@ public:
int total_weight() const;
int damage_type(int attk = -1);
int damage_brand(int attk = -1);
- int has_claws() const;
- bool has_usable_claws() const;
+ int has_claws(bool allow_tran = true) const;
+ bool has_usable_claws(bool allow_tran = true) const;
item_def *weapon(int which_attack = -1);
item_def *shield();