Core/Loot: Fixed getting to much loot sometimes.
This commit is contained in:
@@ -81,7 +81,7 @@ public class RandomHelper
|
||||
/// <returns></returns>
|
||||
public static bool randChance(float i)
|
||||
{
|
||||
return i > rand.Next(0, 100);
|
||||
return i > randChance();
|
||||
}
|
||||
|
||||
public static double randChance()
|
||||
|
||||
Reference in New Issue
Block a user