summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2012-12-23 22:45:07 -0500
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:47 -0800
commitd43997cb1d0d7e5032a707140ec5e0772c0cda6d (patch)
tree04d31e082b060818dcc656cf2f203b293fc344b6 /crawl-ref/source/wiz-you.h
parenta8ee98a52a4166c3fb29ef981192b9740d06e2a8 (diff)
downloadcrawl-ref-d43997cb1d0d7e5032a707140ec5e0772c0cda6d.tar.gz
crawl-ref-d43997cb1d0d7e5032a707140ec5e0772c0cda6d.zip
Cleanup Abyssal State
* Remove seed. It's unnecessary, the abyss is huge enough. * Add a wizmode command to set your location in the abyss. * Fix an overflow bug with abyss depth.
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 8d5abd4429..7fe37899c2 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -14,6 +14,7 @@ void wizard_heal(bool super_heal);
void wizard_set_hunger_state();
void wizard_set_piety();
void wizard_exercise_skill(void);
+void wizard_set_abyss(void);
void wizard_set_skill_level(skill_type skill = SK_NONE);
void wizard_set_all_skills(void);
void wizard_change_species(void);