From 3f1cb27ec182da2ee50c2ad3a85ef6e314dd52c6 Mon Sep 17 00:00:00 2001 From: PathToLife <12622625+PathToLife@users.noreply.github.com> Date: Mon, 23 May 2022 19:57:23 +1200 Subject: [PATCH] Add tprintf to RamCostGenerator --- src/Netscript/RamCostGenerator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Netscript/RamCostGenerator.ts b/src/Netscript/RamCostGenerator.ts index 9c49d94bd..8ce6b3c4c 100644 --- a/src/Netscript/RamCostGenerator.ts +++ b/src/Netscript/RamCostGenerator.ts @@ -356,6 +356,7 @@ export const RamCosts: IMap = { print: 0, printf: 0, tprint: 0, + tprintf: 0, clearLog: 0, disableLog: 0, enableLog: 0,