mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 23:32:19 +02:00
Adds HitResult.SELF to damage sound effect switch
This commit is contained in:
parent
21add68ed7
commit
ae4e94254f
@ -42,6 +42,7 @@ export class DamageAnimPhase extends PokemonPhase {
|
||||
applyDamage() {
|
||||
switch (this.damageResult) {
|
||||
case HitResult.EFFECTIVE:
|
||||
case HitResult.SELF:
|
||||
globalScene.playSound("se/hit");
|
||||
break;
|
||||
case HitResult.SUPER_EFFECTIVE:
|
||||
|
Loading…
Reference in New Issue
Block a user