From e74414d31d89ba5249f0c7b521b596a3a009b378 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 31 Dec 2018 13:04:05 -0600 Subject: [PATCH] Added missing breath area --- features.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features.js b/features.js index ff9fd1c..b82bce2 100644 --- a/features.js +++ b/features.js @@ -1471,6 +1471,13 @@ options = [ "optional": true, "entries": [ + { + "name": "Breath area", + "id": "baseBreathArea", + "type": "float", + "default": "10", + "unit": "area" + }, { "name": "Fire", "id": "breathFire",