bug fixes

This commit is contained in:
2024-10-11 00:46:12 +02:00
parent 3caab64fb0
commit 7e93410501
5 changed files with 13 additions and 9 deletions

4
Mizzajl/home/corptest.js Normal file
View File

@@ -0,0 +1,4 @@
/** @param {NS} ns */
export async function main(ns) {
ns.corporation.hasWarehouse();
}