summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-19 12:29:04 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-19 12:52:57 -0400
commit919266dbc630173ab4fe2067c323468e5e59989b (patch)
treeb563540f4c3c0cc3769fc13238925e116b282d57 /crawl-ref/source/player.h
parentb016ecab1895c928f22da2412e78215c4cf0b47b (diff)
downloadcrawl-ref-919266dbc630173ab4fe2067c323468e5e59989b.tar.gz
crawl-ref-919266dbc630173ab4fe2067c323468e5e59989b.zip
Rename functions (|amethyst).
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 13a6e7b54e..ddf1f7c4ce 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -613,7 +613,7 @@ public:
bool is_holy(bool spells = true) const;
bool is_unholy(bool spells = true) const;
bool is_evil(bool spells = true) const;
- int chaos(bool check_spells_god) const;
+ int how_chaotic(bool check_spells_god) const;
bool is_artificial() const;
bool is_unbreathing() const;
bool is_insubstantial() const;