Merge pull request #3568 from nickofolas/fix/grafting-stop-work

GRAFTING: Fix Grafting not being handled in singularity stop work
This commit is contained in:
hydroflame
2022-05-04 12:02:29 -04:00
committed by GitHub
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ export class PlayerObject implements IPlayer {
sourceFileLvl: (n: number) => number;
startGraftAugmentationWork: (augmentationName: string, time: number) => void;
graftAugmentationWork: (numCycles: number) => boolean;
finishGraftAugmentationWork: (cancelled: boolean) => string;
finishGraftAugmentationWork: (cancelled: boolean, singularity?: boolean) => string;
applyEntropy: (stacks?: number) => void;
constructor() {