mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-13 02:49:26 +02:00
[Fix] corrected formating issue
This commit is contained in:
parent
d19068f2ff
commit
dbc5c79020
@ -987,7 +987,7 @@ export class PartyUiHandler extends MessageUiHandler {
|
|||||||
return !(this.partyUiMode === PartyUiMode.FAINT_SWITCH || this.partyUiMode === PartyUiMode.REVIVAL_BLESSING);
|
return !(this.partyUiMode === PartyUiMode.FAINT_SWITCH || this.partyUiMode === PartyUiMode.REVIVAL_BLESSING);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return whether this UI handler is responsible for managing items.
|
* Return whether this UI handler is responsible for managing items.
|
||||||
* Used to ensure proper placement of mode toggle buttons in the UI, etc.
|
* Used to ensure proper placement of mode toggle buttons in the UI, etc.
|
||||||
* @returns Whether the current handler is responsible for managing items.
|
* @returns Whether the current handler is responsible for managing items.
|
||||||
|
Loading…
Reference in New Issue
Block a user