mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
Changed message method to be more descriptive
This commit is contained in:
parent
6000c494a7
commit
ca770ee6b4
@ -1801,7 +1801,7 @@ export class SwapStatsAttr extends MoveEffectAttr
|
||||
}
|
||||
target.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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user