summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-05 15:46:06 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:32 -0600
commit162a68e86a840f937e7bb05d065319e4682c58da (patch)
tree4d03d39f6646ec3d600d9f7b34a2eebecb2a59a0 /crawl-ref/source/defines.h
parenta9a44cf2848c743385d41895723180b0cce83255 (diff)
downloadcrawl-ref-162a68e86a840f937e7bb05d065319e4682c58da.tar.gz
crawl-ref-162a68e86a840f937e7bb05d065319e4682c58da.zip
Nudge Gozag bribe chances up again.
You get a more than 50% chance of bribing some enemies now; I hope this is enough.
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 0a7c975ffd..402eeb37b9 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 10
+#define GOZAG_MAX_BRIBABILITY 8
#define GOZAG_MAX_POTIONS 4
#define GOZAG_MAX_SHOPS 3