diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages index 0928a7e4..88bb0033 100644 --- a/rpg-docs/.meteor/packages +++ b/rpg-docs/.meteor/packages @@ -48,3 +48,4 @@ es5-shim@4.6.15 differential:vulcanize reactive-dict percolate:synced-cron +service-configuration diff --git a/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js index d18538fa..fcf1d1ab 100644 --- a/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js +++ b/rpg-docs/client/views/character/effects/effectEdit/effectEdit.js @@ -53,10 +53,10 @@ var stats = [ {stat: "level7SpellSlots", name: "level 7", group: "Spell Slots"}, {stat: "level8SpellSlots", name: "level 8", group: "Spell Slots"}, {stat: "level9SpellSlots", name: "level 9", group: "Spell Slots"}, - {stat: "d6HitDice", name: "d6", group: "Hit Dice"}, - {stat: "d8HitDice", name: "d8", group: "Hit Dice"}, - {stat: "d10HitDice", name: "d10", group: "Hit Dice"}, - {stat: "d12HitDice", name: "d12", group: "Hit Dice"}, + {stat: "d6HitDice", name: "d6 Hit Dice", group: "Hit Dice"}, + {stat: "d8HitDice", name: "d8 Hit Dice", group: "Hit Dice"}, + {stat: "d10HitDice", name: "d10 Hit Dice", group: "Hit Dice"}, + {stat: "d12HitDice", name: "d12 Hit Dice", group: "Hit Dice"}, {stat: "acidMultiplier", name: "Acid", group: "Weakness/Resistance"}, {stat: "bludgeoningMultiplier", name: "Bludgeoning", group: "Weakness/Resistance"}, {stat: "coldMultiplier", name: "Cold", group: "Weakness/Resistance"},