summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use3.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 18:55:53 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 18:55:53 +0000
commit2bd8f39fa42d7c774a27121c2ce3bf82e0104993 (patch)
tree069b83e5b94614e675ee1804c07b661821712f54 /crawl-ref/source/it_use3.h
parentbe6a0a38de9cba44caca289f155d46df6324d0a5 (diff)
downloadcrawl-ref-2bd8f39fa42d7c774a27121c2ce3bf82e0104993.tar.gz
crawl-ref-2bd8f39fa42d7c774a27121c2ce3bf82e0104993.zip
Made Tome of Destruction more consistent for those with high Evoc.
Made manuals visibly different from spellbooks. Also, you can't cancel reading a manual; so you risk wasting it if you read all unIDed books. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2851 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/it_use3.h')
-rw-r--r--crawl-ref/source/it_use3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/it_use3.h b/crawl-ref/source/it_use3.h
index 2e5efae7c3..8c5cfc3e37 100644
--- a/crawl-ref/source/it_use3.h
+++ b/crawl-ref/source/it_use3.h
@@ -17,28 +17,28 @@
/* ***********************************************************************
* called from: item_use
* *********************************************************************** */
-void skill_manual(char sc_read_2);
+void skill_manual(int slot);
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: item_use - spl-book
* *********************************************************************** */
-void tome_of_power(char sc_read_2);
+void tome_of_power(int slot);
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool evoke_wielded(void);
+bool evoke_wielded();
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void special_wielded(void);
+void special_wielded();
#endif