summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-03 13:15:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-03 13:15:22 +0000
commit5c43b114a2f8e76a27852e1596e89255dbcaa96a (patch)
tree07a09d993db6ad7864f366136fec197d4bc6f74f /crawl-ref/source/invent.h
parent64c579b2ffaaff8ff6aa49fac6520218d09ac559 (diff)
downloadcrawl-ref-5c43b114a2f8e76a27852e1596e89255dbcaa96a.tar.gz
crawl-ref-5c43b114a2f8e76a27852e1596e89255dbcaa96a.zip
Fix 1905715: Print "nothing appears to happen" when zapping /digging
without effect, same as for enchantment wands. Fix 1905740: Only list actual spellbooks for memorise prompt. Also: s/memorize/memorise git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3508 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 747ebac85f..f3473810fd 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -22,10 +22,11 @@
enum object_selector
{
- OSEL_ANY = -1,
- OSEL_WIELD = -2,
- OSEL_UNIDENT = -3,
- OSEL_EQUIP = -4
+ OSEL_ANY = -1,
+ OSEL_WIELD = -2,
+ OSEL_UNIDENT = -3,
+ OSEL_EQUIP = -4,
+ OSEL_MEMORISE = -5
};
#define PROMPT_ABORT -1