Save Aliases object. Fixed bug when buying Neuroflux Governor

This commit is contained in:
Daniel Xie
2017-05-23 11:15:17 -05:00
parent a3c104ca4e
commit 9b83035187
4 changed files with 23 additions and 2 deletions
-1
View File
@@ -154,7 +154,6 @@ purchaseAugmentationBoxCreate = function(aug, fac) {
}
} else if (Player.money >= (aug.baseCost * fac.augmentationPriceMult)) {
applyAugmentation(aug, fac);
//TODO Make this text better
dialogBoxCreate("You slowly drift to sleep as " + fac.name + "'s scientists put you under " +
" in order to install the " + aug.name + " Augmentation. <br><br>" +
"You wake up in your home...you feel different...");