DOC: Change wording in Singularity.installAugmentation (#2439)

This commit changes a minor wording in the API commit. "uninstalled" implies "removed" hence the change
This commit is contained in:
EntenBu
2026-01-04 04:45:40 +07:00
committed by GitHub
parent df6c507369
commit fc2931bc15
2 changed files with 2 additions and 2 deletions

View File

@@ -56,5 +56,5 @@ void
RAM cost: 5 GB \* 16/4/1
This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset.
This function will automatically install your Augmentations, resetting the game as usual. If you do not own any queued Augmentations then the game will not reset.

View File

@@ -2659,7 +2659,7 @@ export interface Singularity {
* RAM cost: 5 GB * 16/4/1
*
*
* This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset.
* This function will automatically install your Augmentations, resetting the game as usual. If you do not own any queued Augmentations then the game will not reset.
*
* @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.
*/