From 6ed8acd445cc014938290d261192de91b770cccd Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Sat, 31 May 2025 23:56:55 +0200 Subject: [PATCH] Updated docstring --- src/modifier/modifier.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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