Tweaks and improvements

This commit is contained in:
nickofolas
2022-04-07 11:25:12 -05:00
parent 314e37430d
commit 78463ed1c0
4 changed files with 4 additions and 9 deletions
+2 -1
View File
@@ -142,8 +142,9 @@ function applyAugmentation(aug: IPlayerOwnedAugmentation, reapply = false): void
}
// Special logic for Congruity Implant
if (aug.name === AugmentationNames.CongruityImplant) {
if (aug.name === AugmentationNames.CongruityImplant && !reapply) {
Player.entropy = 0;
Player.applyEntropy(Player.entropy)
}
// Push onto Player's Augmentation list