[Bug] Updated SacrificialAttrOnHit to account for the move failing (#2792)
This commit is contained in:
parent
4c34858e89
commit
359644ee81
|
@ -1155,7 +1155,7 @@ export class SacrificialAttr extends MoveEffectAttr {
|
|||
**/
|
||||
export class SacrificialAttrOnHit extends MoveEffectAttr {
|
||||
constructor() {
|
||||
super(true, MoveEffectTrigger.POST_TARGET);
|
||||
super(true, MoveEffectTrigger.HIT);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue