mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
fix comment
This commit is contained in:
parent
740ce787f9
commit
3c44ce5ad0
@ -98,6 +98,6 @@ export const ANTI_VARIANCE_WEIGHT_MODIFIER = 15;
|
|||||||
/**
|
/**
|
||||||
* The chance (out of 1) that a different title logo will show when the title screen is drawn.
|
* The chance (out of 1) that a different title logo will show when the title screen is drawn.
|
||||||
* Inverted during April Fools (such that this becomes the chance for the _normal_ title logo is displayed).
|
* Inverted during April Fools (such that this becomes the chance for the _normal_ title logo is displayed).
|
||||||
* Default: `10000` (0.1%)
|
* Default: `10000` (0.01%)
|
||||||
*/
|
*/
|
||||||
export const FAKE_TITLE_LOGO_CHANCE = 10000;
|
export const FAKE_TITLE_LOGO_CHANCE = 10000;
|
||||||
|
Loading…
Reference in New Issue
Block a user