summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-31 09:53:38 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-31 09:53:38 +0000
commitd68fa20efb1e6b6040cfdd52d307aa7f5073a6a8 (patch)
tree81d826a009c4b8e8f1e650d0f5038be952229317 /crawl-ref/source/externs.h
parent02e7394788cbf2791604f7f9ef4e1b7c2869824f (diff)
downloadcrawl-ref-d68fa20efb1e6b6040cfdd52d307aa7f5073a6a8.tar.gz
crawl-ref-d68fa20efb1e6b6040cfdd52d307aa7f5073a6a8.zip
Add an 0.5-only option to remind players that wands are now evoked, with
the message displayed at most once per gaming session and only if you have wands in inventory and haven't evoked one before using 'Z' to cast a spell. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9858 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index e24e96cc73..d2d3280581 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -2180,6 +2180,7 @@ public:
bool rest_wait_both; // Stop resting only when both HP and MP are
// fully restored.
+ bool zap_evoke_reminder; // reminder that wands need to be e(V)oked
#ifdef WIZARD
// Parameters for fight simulations.