diff --git a/src/NetscriptFunctions/Stanek.ts b/src/NetscriptFunctions/Stanek.ts index d3be392d1..5ce59893d 100644 --- a/src/NetscriptFunctions/Stanek.ts +++ b/src/NetscriptFunctions/Stanek.ts @@ -26,7 +26,7 @@ export function NetscriptStanek( ): InternalAPI { function checkStanekAPIAccess(func: string): void { if (!player.hasAugmentation(AugmentationNames.StaneksGift1, true)) { - helper.makeRuntimeErrorMsg(func, "Requires Stanek's Gift installed."); + throw helper.makeRuntimeErrorMsg(func, "Stanek's Gift is not installed"); } }