We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f648e commit 8867ab8Copy full SHA for 8867ab8
1 file changed
src/items.js
@@ -31,7 +31,6 @@ Scroll.prototype.canBeUsed = function (mp) {
31
32
function Effect(variations) {
33
variations = variations || {};
34
-
35
this.initiative = variations.initiative || 0;
36
this.defense = variations.defense || 0;
37
this.hp = variations.hp || 0;
0 commit comments