MISC: Avoid reinventing core bonus calculation and fix formatting issue (#2387)

This commit is contained in:
imcute_aaaa
2025-11-20 07:18:54 +09:00
committed by GitHub
parent 4d230c3121
commit bb50272e54
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ export class Port {
this.promise = null;
}
}
export function portHandle(n: PortNumber): NetscriptPort {
return {
write: (value: unknown) => writePort(n, value),