This commit is contained in:
@@ -19,6 +19,6 @@ public class Regenerator : Script, IScriptOnSwitchOut
|
||||
{
|
||||
BatchId = batchId,
|
||||
});
|
||||
oldPokemon.Heal(oldPokemon.MaxHealth / 3, batchId: batchId);
|
||||
oldPokemon.Heal(oldPokemon.MaxHealth / 3, batchId: batchId, forceHeal: true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user