diff --git a/src/blobbi/core/lib/blobbi-decay.ts b/src/blobbi/core/lib/blobbi-decay.ts index 958637ff..25f22a16 100644 --- a/src/blobbi/core/lib/blobbi-decay.ts +++ b/src/blobbi/core/lib/blobbi-decay.ts @@ -61,7 +61,7 @@ export interface DecayInput { * - health has conditional decay based on hygiene * - happiness depends on health and hygiene state */ -const EGG_DECAY = { +const _EGG_DECAY = { hygiene: -8.0, // Base hygiene decay health: { base: -1.0, // Base health decay diff --git a/src/lib/blobbi-decay.ts b/src/lib/blobbi-decay.ts index 00a8f28c..47c87a9b 100644 --- a/src/lib/blobbi-decay.ts +++ b/src/lib/blobbi-decay.ts @@ -61,7 +61,7 @@ export interface DecayInput { * - health has conditional decay based on hygiene * - happiness depends on health and hygiene state */ -const EGG_DECAY = { +const _EGG_DECAY = { hygiene: -8.0, // Base hygiene decay health: { base: -1.0, // Base health decay