From 1279137362c4a00e39e3152a40a4f91893855c8b Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 9 Aug 2017 10:17:11 +0100 Subject: [PATCH] Buffs now display attacks and proficiencies in buffDialog --- rpg-docs/Model/Character/Buffs.js | 2 +- .../client/views/character/buffs/buffDialog/buffDialog.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rpg-docs/Model/Character/Buffs.js b/rpg-docs/Model/Character/Buffs.js index 94ce78f9..dd065e2f 100644 --- a/rpg-docs/Model/Character/Buffs.js +++ b/rpg-docs/Model/Character/Buffs.js @@ -47,7 +47,7 @@ Schemas.Buff = new SimpleSchema({ regEx: SimpleSchema.RegEx.Id, }, appliedByDetails: {//the name and collection of the thing that applied the buff, and the character's name - type: Object; + type: Object, }, "appliedByDetails.name": { type: String, diff --git a/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html index 5bb63d08..1c5b7878 100644 --- a/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html +++ b/rpg-docs/client/views/character/buffs/buffDialog/buffDialog.html @@ -14,4 +14,6 @@
{{#markdown}}{{evaluateString charId description}}{{/markdown}}
{{/if}} {{> effectsViewList charId=charId parentId=_id}} + {{> attacksViewList charId=charId parentId=_id}} + {{> proficienciesViewList charId=charId parentId=_id}}