From 3c44ce5ad0c7b77731153118e3a81689c7f13433 Mon Sep 17 00:00:00 2001 From: damocleas Date: Thu, 31 Jul 2025 15:01:03 -0400 Subject: [PATCH] fix comment --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index ae803ba6e92..6f9f4a6d2fb 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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. * 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;