From 0af905699af488eb56a6a8c484d865e17dbe9ee9 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 8 Sep 2017 09:46:00 +0200 Subject: [PATCH] Uncommented buffs from spell library --- rpg-docs/client/views/character/spells/spells.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rpg-docs/client/views/character/spells/spells.js b/rpg-docs/client/views/character/spells/spells.js index 8694b1e7..247445f0 100644 --- a/rpg-docs/client/views/character/spells/spells.js +++ b/rpg-docs/client/views/character/spells/spells.js @@ -291,7 +291,6 @@ Template.spells.events({ Effects.insert(effect); }); - /******[UNCOMMENT ONCE BUFFS ARE ADDED]******* _.each(rawSpell.buffs, (buff) => { buff.charId = charId; buff.parent = {id: spellId, collection: "Spells"}; @@ -314,7 +313,6 @@ Template.spells.events({ Proficiencies.insert(prof); }); }); - *******[UNCOMMENT ONCE BUFFS ARE ADDED]******/ }); }, returnElement: () => $(`[data-id='${spellId}']`).get(0), @@ -384,4 +382,4 @@ Template.layout.events({ Session.set("spellLists.dragSpellId", null); } }, -}); \ No newline at end of file +});