From 25c16552c17599af5a3dbccb1468cbaa4b5f48f7 Mon Sep 17 00:00:00 2001 From: casswedson <58050969+casswedson@users.noreply.github.com> Date: Sun, 17 Oct 2021 16:25:37 -0500 Subject: [PATCH] Fix a typo Remove a double space where it is not needed Also make the color of incendiary smoke red, it sets you on fire but there is barely any way to distinguish it from normal smoke --- data/json/field_type.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/field_type.json b/data/json/field_type.json index 778901dbe60bd..8207c46a8bdb9 100644 --- a/data/json/field_type.json +++ b/data/json/field_type.json @@ -1079,7 +1079,7 @@ "intensity_levels": [ { "name": "swirl of meth smoke", "translucency": 5 }, { "name": "meth smoke", "color": "light_gray" }, - { "name": "thick meth smoke", "color": "dark_gray" } + { "name": "thick meth smoke", "color": "dark_gray" } ], "npc_complain": { "chance": 20, "issue": "meth_smoke", "duration": "30 minutes", "speech": "" }, "decay_amount_factor": 5, @@ -1133,7 +1133,7 @@ "type": "field_type", "legacy_enum_id": 38, "intensity_levels": [ - { "name": "smoke", "sym": "8", "dangerous": true, "light_emitted": 20, "translucency": 1 }, + { "name": "smoke", "sym": "8", "color": "light_red", "dangerous": true, "light_emitted": 20, "translucency": 1 }, { "name": "airborne incendiary", "color": "light_red", "light_emitted": 60, "translucency": 10 }, { "name": "airborne incendiary",