mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
fixed grammar
Co-authored-by: Jonas Pinson <jonas.pinson@gmail.com>
This commit is contained in:
parent
cfd51fb2b7
commit
036755ca1b
@ -2113,7 +2113,7 @@ export class PostTurnHurtIfSleepingAbAttr extends PostTurnAbAttr {
|
||||
for(let oppo of pokemon.getOpponents()) {
|
||||
if(oppo.status !== undefined && oppo.status.effect == StatusEffect.SLEEP) {
|
||||
oppo.damageAndUpdate(Math.ceil(oppo.getMaxHp() * (1 / 8)), HitResult.OTHER);
|
||||
pokemon.scene.queueMessage(getPokemonMessage(oppo, ' is tormeted!'));
|
||||
pokemon.scene.queueMessage(getPokemonMessage(oppo, ' is tormented!'));
|
||||
hadEffect = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user