Added basic death save functionality to the health bar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Effect = function(stat, value){
|
||||
this.stat = stat;
|
||||
this.value = value;
|
||||
this._id = new Mongo.ObjectID()._str;
|
||||
this._id = Random.id();
|
||||
}
|
||||
Reference in New Issue
Block a user