Added Basic character list view

This commit is contained in:
Thaum
2015-02-27 10:50:28 +00:00
parent 040d5a514b
commit b40094017f
10 changed files with 56 additions and 47 deletions

View File

@@ -46,10 +46,9 @@ Template.spells.helpers({
}
if(this.components.material){
components += components? ", M" : "M";
components += " ("+this.components.material+")";
}
if(this.components.concentration){
components += " - Requires concentration"
components += components? ", C" : "C";
}
return components;
},