projects
/
crawl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Add two new Ru sacrifices: resistance and eye
[crawl.git]
/
crawl-ref
/
source
/
player.h
diff --git
a/crawl-ref/source/player.h
b/crawl-ref/source/player.h
index
1eaf226
..
f41bcde
100644
(file)
--- a/
crawl-ref/source/player.h
+++ b/
crawl-ref/source/player.h
@@
-521,6
+521,8
@@
public:
int base_ac_from(const item_def &armour, int scale = 1) const;
void maybe_degrade_bone_armour(int mult);
+ int inaccuracy() const;
+
// actor
int mindex() const;
int get_hit_dice() const;