Implement suggested change

Co-authored-by: Alvin Zou <59787978+happinyz@users.noreply.github.com>
pull/727/head
kd8lvt 2024-05-10 22:16:38 -04:00 committed by GitHub
parent 77dd1262d9
commit 0ffec8db82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2401,7 +2401,7 @@ export class ReduceStatusEffectDurationAbAttr extends AbAttr {
export class HealFromStatusAbAttr extends AbAttr {
private healRatio: integer
private statusEffects: StatusEffect[];
constructor(healRatio: integer,statusEffects: StatusEffect[]) {
constructor(healRatio: integer, statusEffects: StatusEffect[]) {
super();
this.healRatio = healRatio;
this.statusEffects = statusEffects;