Re-uploaded...?
This commit is contained in:
parent
271ae86959
commit
117890c85b
Binary file not shown.
@ -197,7 +197,7 @@ public enum MonsterDifficulty {
|
|||||||
dropmult += 1; //Base dropmult is 1.0.
|
dropmult += 1; //Base dropmult is 1.0.
|
||||||
if (Math.random() < dropmult % 1)
|
if (Math.random() < dropmult % 1)
|
||||||
{
|
{
|
||||||
dropmult++;
|
dropmult++;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Basically for each additional dropmult integer value, the
|
//Basically for each additional dropmult integer value, the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user