Fix prettier

This commit is contained in:
nickofolas 2022-04-07 11:45:21 -05:00
parent 78463ed1c0
commit 57f04d3911

@ -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