From 98816dd88c0438b573bcbbdc7dea5ef23cc16c32 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Dec 2018 23:27:28 -0600 Subject: [PATCH] Fixed all the stench options having the same IDs --- features.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features.js b/features.js index 7e6e267..c4b1db5 100644 --- a/features.js +++ b/features.js @@ -1176,19 +1176,19 @@ options = [ }, { "name": "Ass stench scale", - "id": "basePawStenchArea", + "id": "baseAssStenchArea", "type": "float", "default": "1.5" }, { "name": "Piss stench scale", - "id": "basePawStenchArea", + "id": "basePissStenchArea", "type": "float", "default": "0.75" }, { "name": "Scat stench scale", - "id": "basePawStenchArea", + "id": "baseScatStenchArea", "type": "float", "default": "3" },