mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
rm unused function
This commit is contained in:
parent
a0cf44ad6a
commit
8411fa6fcf
@ -121,14 +121,6 @@ function initAugmentations(): void {
|
||||
//Reset Augmentations
|
||||
clearObject(Augmentations);
|
||||
|
||||
const process = (aug: Augmentation): void => {
|
||||
aug.addToFactions(aug.factions);
|
||||
if (augmentationExists(aug.name)) {
|
||||
delete Augmentations[aug.name];
|
||||
}
|
||||
AddToAugmentations(aug);
|
||||
};
|
||||
|
||||
//Time-Based Augment Test
|
||||
const randomBonuses = getRandomBonus();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user