Fix unused EGG_DECAY variable eslint errors by prefixing with underscore
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user