From 71aa3a4a087bf0062038ab9f8f9ccab411a0052c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Dec 2018 22:39:12 -0600 Subject: [PATCH] Added missing grow-with-size options --- features.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/features.js b/features.js index 8f33506..7e6e267 100644 --- a/features.js +++ b/features.js @@ -959,6 +959,11 @@ options = [ "id": "cockDigestTime", "type": "float", "default": "15" + }, + { + "name": "Scale cum with size", + "id": "cumScaleWithSize", + "type": "checkbox" } ] }, @@ -1060,6 +1065,11 @@ options = [ "id": "unbirthDigestTime", "type": "float", "default": "15" + }, + { + "name": "Scale femcum with size", + "id": "femcumScaleWithSize", + "type": "checkbox" } ] }, @@ -1142,6 +1152,11 @@ options = [ "id": "breastDigestTime", "type": "float", "default": "15" + }, + { + "name": "Scale milk with size", + "id": "milkScaleWithSize", + "type": "checkbox" } ] } @@ -1213,6 +1228,11 @@ options = [ "id": "baseGasDigestFactor", "type": "float", "default": "1" + }, + { + "name": "Scale gas with size", + "id": "gasScaleWithSize", + "type": "checkbox" } ] },