Open fdelduque opened 2 weeks ago
On randomize_stats.js at line 91 "if (weaponHandTypes.indexOf(handType) === -1)" handType is a string object while weaponHandTypes is array of ints So it will always return true. Not sure if this is a bug.
On randomize_stats.js at line 91 "if (weaponHandTypes.indexOf(handType) === -1)" handType is a string object while weaponHandTypes is array of ints So it will always return true. Not sure if this is a bug.