Now we can use "attackBonus" in spell attacks, make that the default

This commit is contained in:
Jacob
2017-07-19 12:19:26 +01:00
parent 0e53f157d2
commit 3be3da777f

View File

@@ -18,7 +18,7 @@ Template.attackEditList.events({
id: this.parentId,
collection: this.parentCollection
},
attackBonus: spellList.attackBonus,
attackBonus: "attackBonus",
damage: "1d10",
damageType: "fire",
});