summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc15
1 files changed, 9 insertions, 6 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index c3269a0fbd..99a2542278 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2403,21 +2403,24 @@ int items( int allow_uniques, // not just true-false,
case 4:
// enhancements
if (coinflip())
- mitm[p].sub_type = POT_SPEED; // 6.444%
+ mitm[p].sub_type = POT_SPEED; // 6.122%
else
- mitm[p].sub_type = POT_MIGHT; // 6.444%
+ mitm[p].sub_type = POT_MIGHT; // 6.122%
if (one_chance_in(10))
- mitm[p].sub_type = POT_BERSERK_RAGE; // 1.432%
+ mitm[p].sub_type = POT_BERSERK_RAGE; // 1.360%
if (one_chance_in(5))
- mitm[p].sub_type = POT_INVISIBILITY; // 3.580%
+ mitm[p].sub_type = POT_INVISIBILITY; // 3.401%
if (one_chance_in(6))
- mitm[p].sub_type = POT_LEVITATION; // 3.580%
+ mitm[p].sub_type = POT_LEVITATION; // 3.401%
if (one_chance_in(30))
- mitm[p].sub_type = POT_PORRIDGE; // 0.741%
+ mitm[p].sub_type = POT_PORRIDGE; // 0.704%
+
+ if (one_chance_in(20))
+ mitm[p].sub_type = POT_BLOOD; // 1.111%
break;
case 5: