mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 20:02:19 +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();
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user