mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 21:25:47 +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,
|
||||
killall: RamCostConstants.ScriptKillRamCost,
|
||||
exit: 0,
|
||||
atExit: 0,
|
||||
scp: RamCostConstants.ScriptScpRamCost,
|
||||
ls: RamCostConstants.ScriptScanRamCost,
|
||||
ps: RamCostConstants.ScriptScanRamCost,
|
||||
|
Loading…
Reference in New Issue
Block a user