Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0008906 [DCSS] Bug Report minor N/A 2014-08-29 15:42 2014-08-29 16:16
Reporter CommanderC View Status public  
Assigned To elliptic
Priority normal Resolution done  
Status resolved   Product Branch 0.16 ancient branch
Summary 0008906: Abyssal rune roll is bugged
Description The description for the commit b33f7a63b says "Increase the abyss rune chance on levels A:4 and A:5", but the code does the opposite.
-
-    return (int) pow(100.0, depth/(1 + brdepth[BRANCH_ABYSS]));
+    const int divisor = 2 * brdepth[BRANCH_ABYSS] - 2;
+    return (int) pow(100.0, depth/divisor);


The old divisor was 6, and the new one is 8.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0027103)
elliptic (developer)
2014-08-29 16:16

Reverted that commit, thanks! (And cherry-picked to 0.15.)

- Issue History
Date Modified Username Field Change
2014-08-29 15:42 CommanderC New Issue
2014-08-29 16:16 elliptic Note Added: 0027103
2014-08-29 16:16 elliptic Status new => resolved
2014-08-29 16:16 elliptic Fixed in Branch => 0.16 development branch
2014-08-29 16:16 elliptic Resolution open => done
2014-08-29 16:16 elliptic Assigned To => elliptic


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker