Commit before OS change, No new Version
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Assets.Scripts.Slimes
|
||||
public Item getItem()
|
||||
{
|
||||
int rand = new System.Random().Next(100) + 1;
|
||||
if (rand < 10000)//10 + luck)
|
||||
if (rand < 10 + luck)
|
||||
{
|
||||
int type = new System.Random().Next(3);
|
||||
switch (type)
|
||||
|
||||
Reference in New Issue
Block a user