Added basic death save functionality to the health bar

This commit is contained in:
Thaum
2014-11-07 08:09:05 +00:00
parent 071f48831e
commit 238883a291
7 changed files with 210 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
Effect = function(stat, value){
this.stat = stat;
this.value = value;
this._id = new Mongo.ObjectID()._str;
this._id = Random.id();
}