mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
fix whitespace
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
34343a0941
commit
e5a2a64d76
@ -4896,7 +4896,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
|
|||||||
private helper: ForceSwitchOutHelper;
|
private helper: ForceSwitchOutHelper;
|
||||||
private hpRatio: number;
|
private hpRatio: number;
|
||||||
|
|
||||||
constructor(hpRatio:number = 0.5) {
|
constructor(hpRatio: number = 0.5) {
|
||||||
super();
|
super();
|
||||||
this.hpRatio = hpRatio;
|
this.hpRatio = hpRatio;
|
||||||
this.helper = new ForceSwitchOutHelper(SwitchType.SWITCH);
|
this.helper = new ForceSwitchOutHelper(SwitchType.SWITCH);
|
||||||
|
Loading…
Reference in New Issue
Block a user