Added buffs and standard conditions, no UI yet though

This commit is contained in:
Stefan Zermatten
2015-05-20 16:13:25 +02:00
parent 73cee52fff
commit fea02811ff
3 changed files with 436 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ Meteor.publish("singleCharacter", function(characterId){
//get all the assets for this character including soft deleted ones
Actions.find ({charId: characterId}, {removed: true}),
Attacks.find ({charId: characterId}, {removed: true}),
Buffs.find ({charId: characterId}, {removed: true}),
Classes.find ({charId: characterId}, {removed: true}),
Containers.find ({charId: characterId}, {removed: true}),
Effects.find ({charId: characterId}, {removed: true}),