mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-22 00:02:20 +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 {
|
export class Phase {
|
||||||
start() {
|
start() {
|
||||||
if (globalScene.abilityBar.shown) {
|
|
||||||
globalScene.abilityBar.resetAutoHideTimer();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
end() {
|
end() {
|
||||||
|
Loading…
Reference in New Issue
Block a user