grow helpers improvement

This commit is contained in:
2023-09-05 00:58:08 +02:00
parent 673abd49b2
commit 7b14e98658
25 changed files with 359 additions and 136 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @param {import(".").NS } ns */
export async function main(ns) {
// ns.disableLog('ALL');
ns.alterReality();
ns.rainbow('noodles');
}