BUGFIX: Wrong parameter requirement of ns.bladeburner.setTeamSize (#1673)

This commit is contained in:
catloversg
2024-10-01 10:18:25 +07:00
committed by GitHub
parent 7513fec507
commit 32e00aff7a
4 changed files with 22 additions and 7 deletions

View File

@@ -3610,7 +3610,7 @@ export interface Bladeburner {
*
* @param type - Type of action.
* @param name - Name of action. Must be an exact match.
* @param size - Number of team members to set. Will be converted using Math.round().
* @param size - Number of team members to set. Must be a non-negative integer.
* @returns Number of Bladeburner team members you assigned to the specified action.
*/
setTeamSize(