fix prop random

This commit is contained in:
Vick Scarlet
2021-08-18 17:11:57 +08:00
parent a30798917f
commit 2e3a876803

View File

@@ -200,10 +200,10 @@ class App{
break; break;
} }
} }
groups.CHR.set(arr[0]); groups.CHR.set(10 - arr[0]);
groups.INT.set(arr[1]); groups.INT.set(10 - arr[1]);
groups.STR.set(arr[2]); groups.STR.set(10 - arr[2]);
groups.MNY.set(arr[3]); groups.MNY.set(10 - arr[3]);
}); });
propertyPage propertyPage