mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Updated docstring
This commit is contained in:
parent
b7ecf58c8a
commit
6ed8acd445
@ -3225,8 +3225,7 @@ export abstract class HeldItemTransferModifier extends PokemonHeldItemModifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Steals an item from a set of target Pokemon.
|
* Steals an item, chosen randomly, from a set of target Pokemon.
|
||||||
* This prioritizes high-tier held items when selecting the item to steal.
|
|
||||||
* @param pokemon The {@linkcode Pokemon} holding this item
|
* @param pokemon The {@linkcode Pokemon} holding this item
|
||||||
* @param target The {@linkcode Pokemon} to steal from (optional)
|
* @param target The {@linkcode Pokemon} to steal from (optional)
|
||||||
* @param _args N/A
|
* @param _args N/A
|
||||||
|
Loading…
Reference in New Issue
Block a user