mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Update battler-tags.ts
This commit is contained in:
parent
950606f648
commit
00255e231f
@ -1543,7 +1543,6 @@ export class DrowsyTag extends SerializableBattlerTag {
|
||||
lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean {
|
||||
if (!super.lapse(pokemon, lapseType)) {
|
||||
// TODO: Safeguard should not prevent yawn from setting sleep after tag use
|
||||
pokemon.trySetStatus(StatusEffect.SLEEP, true);
|
||||
pokemon.trySetStatus(StatusEffect.SLEEP);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user