summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
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 8ec9756c8d..a2c4acb21b 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -426,8 +426,8 @@ public:
int mons_species() const;
mon_holy_type holiness() const;
- bool is_evil() const;
bool is_unholy() const;
+ bool is_evil() const;
bool is_chaotic() const;
int res_fire() const;
int res_steam() const;