summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-06 23:30:49 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-07 00:05:14 -0400
commit25d8ff14f39cfec20457fd3878cad716b07fe278 (patch)
tree1cd51f0d3e8aee46c1a97c47aa63877d0f0b27ca /crawl-ref/source/wiz-you.h
parentb89d9dd87c32dfc3287e4ccc9713bc562ecc2d5d (diff)
downloadcrawl-ref-25d8ff14f39cfec20457fd3878cad716b07fe278.tar.gz
crawl-ref-25d8ff14f39cfec20457fd3878cad716b07fe278.zip
make &_ join the religion directly instead of going through an altar
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index c14bff2b0b..f8ac4ca0cf 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -30,5 +30,6 @@ void wizard_god_wrath();
void wizard_god_mollify();
void wizard_transform();
void wizard_load_dump_file();
+void wizard_join_religion();
#endif