mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Remove @overrides
tag
This commit is contained in:
parent
d7e4ab3d66
commit
d260ae52c8
@ -670,10 +670,7 @@ export class SingleGenerationChallenge extends Challenge {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
override getDifficulty(): number {
|
||||||
* @overrides
|
|
||||||
*/
|
|
||||||
getDifficulty(): number {
|
|
||||||
return this.value > 0 ? 1 : 0;
|
return this.value > 0 ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -756,10 +753,7 @@ export class SingleTypeChallenge extends Challenge {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
override getDifficulty(): number {
|
||||||
* @overrides
|
|
||||||
*/
|
|
||||||
getDifficulty(): number {
|
|
||||||
return this.value > 0 ? 1 : 0;
|
return this.value > 0 ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user