Adjusted message line to be consistent with Pokemon Showdown
parent
ca770ee6b4
commit
b71a424930
|
|
@ -1801,7 +1801,7 @@ export class SwapStatsAttr extends MoveEffectAttr
|
||||||
}
|
}
|
||||||
target.updateInfo();
|
target.updateInfo();
|
||||||
user.updateInfo();
|
user.updateInfo();
|
||||||
target.scene.queueMessage(getPokemonMessage(user, ' swapped stat changes with the ') + getPokemonMessage(target, `!`));
|
target.scene.queueMessage(getPokemonMessage(user, ' switched stat changes with the target!'));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue