summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-19 19:22:11 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-19 19:23:40 -0700
commit126b81b88be0ab91cfb6b6a1ecac1f232764bf41 (patch)
tree191856799a1d00b04481588446b791b992f83802 /crawl-ref/source/godabil.h
parentba2d0fbcd75a24625095366ec10f67e6670deeb1 (diff)
downloadcrawl-ref-126b81b88be0ab91cfb6b6a1ecac1f232764bf41.tar.gz
crawl-ref-126b81b88be0ab91cfb6b6a1ecac1f232764bf41.zip
#define a prop
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index cf747379ba..bbe21991c4 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -9,6 +9,10 @@
#include "enum.h"
#include "externs.h"
+#define BEOGH_WPN_GIFT_KEY "given beogh weapon"
+#define BEOGH_ARM_GIFT_KEY "given beogh armour"
+#define BEOGH_SH_GIFT_KEY "given beogh shield"
+
struct bolt;
class stack_iterator;