fixed options, fixed save, new Screenshots, v.140

This commit is contained in:
TAASONI3
2023-05-10 13:57:36 +02:00
parent 6dc7063cec
commit 7387a4d9a5
112 changed files with 11929 additions and 8220 deletions

View File

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