This commit is contained in:
@@ -6,10 +6,10 @@ namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Light_Metal_(Ability)">Bulbapedia - Light Metal</see>
|
||||
/// </summary>
|
||||
[Script(ScriptCategory.Ability, "light_metal")]
|
||||
public class LightMetal : Script
|
||||
public class LightMetal : Script, IScriptModifyWeight
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override void ModifyWeight(ref float weight)
|
||||
public void ModifyWeight(ref float weight)
|
||||
{
|
||||
weight *= 0.5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user