Commit before OS change, No new Version

This commit is contained in:
Nicola Sovic
2023-03-14 17:53:37 +01:00
parent 1e454f789d
commit 3e2edced88
103 changed files with 7482 additions and 715 deletions

View File

@@ -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)