Reworked controls and fixed equipment generation with Place = Bag
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Assets.Scripts
|
||||
numberOfAttributes = 0;
|
||||
}
|
||||
calculateAttributes(luck, numberOfAttributes);
|
||||
place = (ItemPlace)rand.Next(8);
|
||||
place = (ItemPlace)rand.Next(7);
|
||||
editName();
|
||||
loadImage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user