Fix unused EGG_DECAY variable eslint errors by prefixing with underscore

This commit is contained in:
Alex Gleason
2026-04-01 11:52:08 -05:00
parent 0f45ce743f
commit 2e8efab2aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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