summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-01 14:42:34 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:29 -0600
commit150482821935c5bff4a5647d1394e9ae3ec261f9 (patch)
tree145eac82167dfe760cd84eddef238cd276d57ec7 /crawl-ref/source/defines.h
parentd95db4f7c741d7930ccdce61f05d4bd7d84fcef2 (diff)
downloadcrawl-ref-150482821935c5bff4a5647d1394e9ae3ec261f9.tar.gz
crawl-ref-150482821935c5bff4a5647d1394e9ae3ec261f9.zip
Increase the chances of Gozag bribing enemies.
This should make the ability a bit more useful.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index c2a0857707..0a7c975ffd 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -350,7 +350,7 @@ const char * const GOZAG_BRIBE_BROKEN_KEY = "gozag_bribe_broken";
#define GOZAG_POTION_BASE_MULTIPLIER 25
#define GOZAG_SHOP_BASE_MULTIPLIER 50
#define GOZAG_SHOP_MOD_MULTIPLIER 4
-#define GOZAG_MAX_BRIBABILITY 16
+#define GOZAG_MAX_BRIBABILITY 10
#define GOZAG_MAX_POTIONS 4
#define GOZAG_MAX_SHOPS 3