fixed options, fixed save, new Screenshots, v.140
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Assets.Scripts
|
||||
ItemPlace place;
|
||||
Dictionary<string, int> attributes;
|
||||
|
||||
public Equipment(int luck) : base(luck)
|
||||
public Equipment(int luck) : base(luck, true)
|
||||
{
|
||||
attributes = new Dictionary<string, int>();
|
||||
int numberOfAttributes = 1;
|
||||
|
||||
Reference in New Issue
Block a user