Changed message method to be more descriptive

This commit is contained in:
notpatchmaybe 2024-05-11 06:04:56 +01:00 committed by GitHub
parent 6000c494a7
commit ca770ee6b4
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(); target.updateInfo();
user.updateInfo(); user.updateInfo();
target.scene.queueMessage(getPokemonMessage(user, ` swapped stat changes with the target!`)); target.scene.queueMessage(getPokemonMessage(user, ' swapped stat changes with the ') + getPokemonMessage(target, `!`));
return true; return true;
} }
} }