mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
removes console log
This commit is contained in:
parent
2914aa2cf6
commit
8319f8f4ac
@ -1823,8 +1823,6 @@ export class PresentPowerAttr extends VariablePowerAttr {
|
||||
else if (80 < powerSeed && powerSeed <= 100) {
|
||||
target.scene.unshiftPhase(new PokemonHealPhase(target.scene, target.getBattlerIndex(),
|
||||
Math.max(Math.floor(target.getMaxHp() / 4), 1), getPokemonMessage(target, ' regained\nhealth!'), true));
|
||||
|
||||
console.log("MAX: ", target.getMaxHp(), " HEAL: ", target.getMaxHp() / 4);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user