summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-26 01:37:57 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-26 02:20:42 +0100
commitc1c15c6b4ce9efa963adabcbada44916a5860f13 (patch)
tree4cdb9d82d5bce1949ddafabc8f939232fca8a12e /crawl-ref/source/wiz-you.h
parent1680f125506519d9604f559d0d24801366579d3b (diff)
downloadcrawl-ref-c1c15c6b4ce9efa963adabcbada44916a5860f13.tar.gz
crawl-ref-c1c15c6b4ce9efa963adabcbada44916a5860f13.zip
Change &^ to prompt for a value instead of increasing by fixed values.
For Xom, in addition prompt for an interest value. This should be more useful for debugging. Setting piety to 0 this way doesn't excommunicate the player, though it probably should.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index b7a3b6eb7f..c06c31a21f 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -11,7 +11,7 @@ void wizard_cast_spec_spell(void);
void wizard_cast_spec_spell_name(void);
void wizard_heal(bool super_heal);
void wizard_set_hunger_state();
-void wizard_gain_piety();
+void wizard_set_piety();
void wizard_exercise_skill(void);
void wizard_set_skill_level(void);
void wizard_set_all_skills(void);