From 5b39b3623d5d54f90c0d8967b053b590b3c32923 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 20 Dec 2019 14:37:58 -0500 Subject: [PATCH] Enable auto-growth when the subcategory is enabled. --- features.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/features.js b/features.js index d15862d..b9e3d07 100644 --- a/features.js +++ b/features.js @@ -662,17 +662,15 @@ options = [ }, { "name": "Automatic Growth", - "id": "automaticGrowth", + "id": "automaticGrowthEnabled", "type": "subcategory", "entries": [ { - "name": "Automatic growth", - "id": "automaticGrowthEnabled", - "type": "checkbox", - "default": false, - "warning": "Automatic Growth is enabled", - "tooltip": "When checked, you will automaically grow by ingesting/absorbing mass.", + "name": "Help", + "id": "", + "type": "label", + "tooltip": "When checked, you will automaically grow by ingesting/absorbing mass." }, { "name": "Prey growth factor",