Deukhoofd 1579d46671
All checks were successful
Build / Build (push) Successful in 49s
More abilities
2025-06-09 15:24:37 +02:00

12 lines
397 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
/// <summary>
/// Honey Gather is an ability that may allow the Pokémon to collect Honey after battle.
///
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Honey_Gather_(Ability)">Bulbapedia - Honey Gather</see>
/// </summary>
[Script(ScriptCategory.Ability, "honey_gather")]
public class HoneyGather : Script
{
// No Effect in battle
}