More abilities
This commit is contained in:
@@ -33,7 +33,7 @@ public class Harvest : Script
|
||||
if (battle.WeatherName != ScriptUtils.ResolveName<Weather.HarshSunlight>() && rng.GetInt(1) != 0)
|
||||
return;
|
||||
battle.EventHook.Invoke(new AbilityTriggerEvent(_pokemon));
|
||||
_ = _pokemon.SetHeldItem(consumedBerry);
|
||||
_ = _pokemon.ForceSetHeldItem(consumedBerry);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user