initAugmentations() now called applyAugmentations() at the end

This commit is contained in:
Daniel Xie
2017-06-28 15:53:12 -05:00
parent bc282daf08
commit d63f17fa8d
6 changed files with 34 additions and 18 deletions
+8
View File
@@ -1204,6 +1204,14 @@ PlayerObject.prototype.finishCrime = function(cancelled) {
Engine.loadLocationContent();
}
PlayerObject.prototype.takeDamage = function() {
}
PlayerObject.prototype.hospitalize = function() {
}
/* Functions for saving and loading the Player data */
PlayerObject.prototype.toJSON = function() {
return Generic_toJSON("PlayerObject", this);