mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
rm unused function
This commit is contained in:
parent
a0cf44ad6a
commit
8411fa6fcf
@ -121,14 +121,6 @@ function initAugmentations(): void {
|
|||||||
//Reset Augmentations
|
//Reset Augmentations
|
||||||
clearObject(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
|
//Time-Based Augment Test
|
||||||
const randomBonuses = getRandomBonus();
|
const randomBonuses = getRandomBonus();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user