Adjusted message line to be consistent with Pokemon Showdown

This commit is contained in:
notpatchmaybe 2024-05-11 07:05:22 +01:00 committed by GitHub
parent ca770ee6b4
commit b71a424930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1801,7 +1801,7 @@ export class SwapStatsAttr extends MoveEffectAttr
}
target.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;
}
}