mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
Remove unnecessary function
This commit is contained in:
parent
05f5baeaae
commit
c7b9ac8d03
@ -15,13 +15,6 @@ export class ModifierHelper extends GameManagerHelper {
|
||||
return this;
|
||||
}
|
||||
|
||||
checkHasRun(modifier: ModifierTypeKeys): boolean {
|
||||
if (itemPoolChecks.get(modifier) === undefined) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* `get`s a value from the `itemPoolChecks` map.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user