summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-02 21:25:48 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:20 -0600
commit3d55e912dc5df60344645ce6a092257dd1948264 (patch)
tree26a2858be1bcbaaaf756a6a2ab87a83f6d1f14d8 /crawl-ref/source/defines.h
parentba5a6485e52823b2a6082f18ee3487e280ad51a2 (diff)
downloadcrawl-ref-3d55e912dc5df60344645ce6a092257dd1948264.tar.gz
crawl-ref-3d55e912dc5df60344645ce6a092257dd1948264.zip
Gozag wrath: counter-bribe.
When you spot monsters, Gozag can incite them against you, granting them one of a handful of beneficial effects.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index cc4b3c82c9..3288dceeb4 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -333,6 +333,8 @@ const char * const MONSTER_MID = "monster-mid";
const char * const GOZAG_SHOP_KEY = "gozag_shop_%s";
const char * const GOZAG_ANNOUNCE_SHOP_KEY = "gozag_announce_shop";
+#define GOZAG_MAX_BRIBABILITY 16
+
// Synthetic keys:
#define KEY_MACRO_MORE_PROTECT -10
#define KEY_MACRO_DISABLE_MORE -1