fix dynamic ram check

This commit is contained in:
Snarling 2022-08-28 07:44:41 -04:00
parent 3ee55b2918
commit 185549e7e4

@ -299,6 +299,7 @@ function updateDynamicRam(ctx: NetscriptContext, ramCost: number): void {
Sorry :(`,
);
}
throw new ScriptDeath(ws);
}
/** Validates the input v as being a CityName. Throws an error if it is not. */