mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Remove console logs
This commit is contained in:
parent
b9fda10c21
commit
57c9e5ba26
@ -2022,10 +2022,9 @@ export class KnockOffPowerAttr extends VariablePowerAttr {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
if(target.getHeldItems().length > 0){
|
||||
(args[0] as Utils.NumberHolder).value *= 1.5;
|
||||
console.log(args[0])
|
||||
return true;
|
||||
}
|
||||
console.log(args[0])
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user