Re-uploaded...?

dev
sigonasr2 9 years ago
parent 271ae86959
commit 117890c85b
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/HelperStructures/MonsterDifficulty.java

Binary file not shown.

@ -197,7 +197,7 @@ public enum MonsterDifficulty {
dropmult += 1; //Base dropmult is 1.0.
if (Math.random() < dropmult % 1)
{
dropmult++;
dropmult++;
}
//Basically for each additional dropmult integer value, the

Loading…
Cancel
Save