mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Red Pill and Export bug fixes
This commit is contained in:
parent
2fd9add22d
commit
d910a89fd9
@ -1740,6 +1740,8 @@ applyAugmentation = function(aug, reapply=false) {
|
||||
Player.hacking_chance_mult *= 1.3;
|
||||
Player.hacking_money_mult *= 2;
|
||||
break;
|
||||
case AugmentationNames.TheRedPill:
|
||||
break;
|
||||
case AugmentationNames.SPTN97:
|
||||
Player.strength_mult *= 1.75;
|
||||
Player.defense_mult *= 1.75;
|
||||
|
@ -316,7 +316,7 @@ BitburnerSaveObject.prototype.exportGame = function() {
|
||||
this.SpecialServerIpsSave = JSON.stringify(SpecialServerIps);
|
||||
this.AugmentationsSave = JSON.stringify(Augmentations);
|
||||
this.AliasesSave = JSON.stringify(Aliases);
|
||||
this.GlobalAliasesSave = JSON.stringify(GlobalAliasesSave);
|
||||
this.GlobalAliasesSave = JSON.stringify(GlobalAliases);
|
||||
this.MessagesSave = JSON.stringify(Messages);
|
||||
this.VersionSave = JSON.stringify(CONSTANTS.Version);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user