mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-29 21:12:45 +02:00
Update battler-tags.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
c8308505a7
commit
a3da9c590b
@ -1492,7 +1492,7 @@ export class WrapTag extends DamagingTrapTag {
|
||||
getTrapMessage(pokemon: Pokemon): string {
|
||||
const source = this.getSourcePokemon();
|
||||
if (!source) {
|
||||
console.warn(`Failed to get source Pokemon for ClampTag getTrapMessage; id: ${this.sourceId}`);
|
||||
console.warn(`Failed to get source Pokemon for WrapTag getTrapMessage; id: ${this.sourceId}`);
|
||||
return "ERROR - CHECK CONSOLE AND REPORT";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user