Skip to content

Commit

Permalink
close #280
Browse files Browse the repository at this point in the history
close #281
  • Loading branch information
moo-man committed Oct 31, 2024
1 parent b2fa2f0 commit b9b2c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export class WNGTest {

let add = 0
if (this.weapon && this.weapon.traitList.rad)
add = this.weapon.traitList.rad.rating
add = Number(this.weapon.traitList.rad.rating) || 0;


let damage = this.result.damage
Expand Down

0 comments on commit b9b2c7e

Please sign in to comment.