Merge branch 'develop' into release

This commit is contained in:
Sabe Jones
2024-06-21 10:14:54 -05:00
2 changed files with 11 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ function fillSpecialGear (gearItems, gearType, value, stats) {
value: actualValue,
season,
}, actualStats);
if (klass === 'wizard') {
if (klass === 'wizard' && gearType === 'weapon') {
defaults(gearItems[key], {
twoHanded: true,
});