Add Augmentation unique to Grafting

This commit is contained in:
nickofolas
2022-04-07 00:48:39 -05:00
parent 7d4bf90b40
commit 314e37430d
5 changed files with 29 additions and 1 deletions

View File

@@ -1371,7 +1371,10 @@ export function finishGraftAugmentationWork(this: IPlayer, cancelled: boolean):
);
applyAugmentation(Augmentations[augName]);
this.entropy += 1;
if (!this.hasAugmentation(AugmentationNames.CongruityImplant)) {
this.entropy += 1;
}
this.applyEntropy(this.entropy);
} else {
dialogBoxCreate(`You cancelled the crafting of ${augName}.<br>Your money was not returned to you.`);