From 57f04d3911b5a384c379dcfb2d0bcb18b25c37ea Mon Sep 17 00:00:00 2001 From: nickofolas Date: Thu, 7 Apr 2022 11:45:21 -0500 Subject: [PATCH] Fix prettier --- src/Augmentation/AugmentationHelpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Augmentation/AugmentationHelpers.tsx b/src/Augmentation/AugmentationHelpers.tsx index 263fe90a3..6078ae182 100644 --- a/src/Augmentation/AugmentationHelpers.tsx +++ b/src/Augmentation/AugmentationHelpers.tsx @@ -144,7 +144,7 @@ function applyAugmentation(aug: IPlayerOwnedAugmentation, reapply = false): void // Special logic for Congruity Implant if (aug.name === AugmentationNames.CongruityImplant && !reapply) { Player.entropy = 0; - Player.applyEntropy(Player.entropy) + Player.applyEntropy(Player.entropy); } // Push onto Player's Augmentation list