summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2010-09-04 10:10:14 -0400
committerJesse Luehrs <doy@tozt.net>2010-09-04 11:53:05 -0500
commit72fe115a86a74e58a02d2dbe098cd7e591d3a68f (patch)
treede65a82fa855d32e470b2c2c04e3dba808e1e9be /crawl-ref/source/mon-gear.h
parent045d168bc4fd0f7f39fb3c3a9df06eccbc895d74 (diff)
downloadcrawl-ref-72fe115a86a74e58a02d2dbe098cd7e591d3a68f.tar.gz
crawl-ref-72fe115a86a74e58a02d2dbe098cd7e591d3a68f.zip
Spectral orcs spell for Nergalle
Diffstat (limited to 'crawl-ref/source/mon-gear.h')
-rw-r--r--crawl-ref/source/mon-gear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-gear.h b/crawl-ref/source/mon-gear.h
index c07825f15e..ea087d2c05 100644
--- a/crawl-ref/source/mon-gear.h
+++ b/crawl-ref/source/mon-gear.h
@@ -7,5 +7,5 @@
#define MON_GEAR_H
-void give_item(int mid, int level_number, bool mons_summoned);
+void give_item(int mid, int level_number, bool mons_summoned, bool spectral_orcs = false);
#endif