diff --git a/src/modifier/modifier.ts b/src/modifier/modifier.ts index a732364dfd7..036f9ef2f6d 100644 --- a/src/modifier/modifier.ts +++ b/src/modifier/modifier.ts @@ -3225,8 +3225,7 @@ export abstract class HeldItemTransferModifier extends PokemonHeldItemModifier { } /** - * Steals an item from a set of target Pokemon. - * This prioritizes high-tier held items when selecting the item to steal. + * Steals an item, chosen randomly, from a set of target Pokemon. * @param pokemon The {@linkcode Pokemon} holding this item * @param target The {@linkcode Pokemon} to steal from (optional) * @param _args N/A