mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
PORTS: Add ns.nextPortWrite() as a safer option (#1036)
This commit is contained in:
@@ -544,6 +544,7 @@ export const RamCosts: RamCostTree<NSFull> = {
|
||||
peek: 0,
|
||||
clear: 0,
|
||||
writePort: 0,
|
||||
nextPortWrite: 0,
|
||||
readPort: 0,
|
||||
getPortHandle: 0,
|
||||
rm: RamCostConstants.ReadWrite,
|
||||
|
||||
Reference in New Issue
Block a user