summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-27 23:47:05 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-27 23:47:05 +0000
commit26f8579e71cadfe6d757a1a8c979a51eba6305df (patch)
tree9e03efe6bff7051626e32cc74247352be119365f /crawl-ref/source/effects.h
parent7d9c2931b71d159f79d3b422bb891b5afdc2e641 (diff)
downloadcrawl-ref-26f8579e71cadfe6d757a1a8c979a51eba6305df.tar.gz
crawl-ref-26f8579e71cadfe6d757a1a8c979a51eba6305df.zip
Implemented 1735752: wands are (fake-)inscribed with the number of times
you've zapped them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1675 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 19714869d1..f5e9dcd4ce 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -92,6 +92,4 @@ void torment( int caster, int tx, int ty );
int torment_monsters(int x, int y, int pow, int caster);
-bool remove_empty_inscription( item_def& item );
-
#endif