Reworked controls and fixed equipment generation with Place = Bag

This commit is contained in:
Finnchen123
2025-06-07 12:09:07 +02:00
parent faebc757f6
commit dd1b3db417
6 changed files with 54 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ namespace Assets.Scripts
numberOfAttributes = 0;
}
calculateAttributes(luck, numberOfAttributes);
place = (ItemPlace)rand.Next(8);
place = (ItemPlace)rand.Next(7);
editName();
loadImage();
}