Skip to content

Commit 25cedf8

Browse files
committed
fixed a problem with modifiers in the Masks system
1 parent 9c5fd94 commit 25cedf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bot_modules/rpg/masks.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ var Masks = {
99
},
1010
levelup: (character) => (character.exp >= 5),
1111
mod: function (score) {
12-
var val
13-
return val
12+
return score
1413
}
1514
}
1615
module.exports = Masks

0 commit comments

Comments
 (0)