mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
SLEEVE: Add funds check for sleeve travel (#1298)
This makes it consistent with player behaviour. This also makes the function description more truthful in that it is now possible to return false.
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -4473,7 +4473,7 @@ export interface Sleeve {
|
||||
setToGymWorkout(sleeveNumber: number, gymName: string, stat: string): boolean;
|
||||
|
||||
/**
|
||||
* Make a sleeve travel to another city.
|
||||
* Make a sleeve travel to another city. The cost for using this function is the same as for a player.
|
||||
* @remarks
|
||||
* RAM cost: 4 GB
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user