diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index ef3fa68e9..8e4f0e186 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -3376,7 +3376,15 @@ export interface Gang { * @remarks * RAM cost: 1 GB * - * Returns boolean indicating whether a member can currently be recruited + * Returns a boolean indicating whether a member can currently be recruited. + * + * Once you have successfully created a gang by using the function + * {@link Gang.createGang | createGang}, you can immediately recruit a small + * number of members to your gang. After you have recruited the founding + * members, to recruit another member you must increase your respect. The + * more members you want to recruit, the more respect you require. If your + * gang has the maximum number of members, then this function would return + * false. * * @returns True if a member can currently be recruited, false otherwise. */