mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-21 05:35:45 +01:00
Set atExit ram cost to 0
This commit is contained in:
parent
4d48b7c621
commit
1d0c5d8fef
@ -136,6 +136,7 @@ export const RamCosts: IMap<any> = {
|
|||||||
kill: RamCostConstants.ScriptKillRamCost,
|
kill: RamCostConstants.ScriptKillRamCost,
|
||||||
killall: RamCostConstants.ScriptKillRamCost,
|
killall: RamCostConstants.ScriptKillRamCost,
|
||||||
exit: 0,
|
exit: 0,
|
||||||
|
atExit: 0,
|
||||||
scp: RamCostConstants.ScriptScpRamCost,
|
scp: RamCostConstants.ScriptScpRamCost,
|
||||||
ls: RamCostConstants.ScriptScanRamCost,
|
ls: RamCostConstants.ScriptScanRamCost,
|
||||||
ps: RamCostConstants.ScriptScanRamCost,
|
ps: RamCostConstants.ScriptScanRamCost,
|
||||||
|
Loading…
Reference in New Issue
Block a user