mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Remove abilityBar reference from base Phase class
This commit is contained in:
parent
76a0ebb1c7
commit
c55e60ea0c
@ -2,9 +2,7 @@ import { globalScene } from "#app/global-scene";
|
||||
|
||||
export class Phase {
|
||||
start() {
|
||||
if (globalScene.abilityBar.shown) {
|
||||
globalScene.abilityBar.resetAutoHideTimer();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
end() {
|
||||
|
Loading…
Reference in New Issue
Block a user