From 58ba120b4ea74f7c7034267eb1c7e7902a09b286 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Tue, 14 Apr 2020 11:41:13 +0200 Subject: [PATCH] Lasers don't light up their path --- data/json/field_type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/field_type.json b/data/json/field_type.json index a9c4e1daf7618..552f0d9e1982c 100644 --- a/data/json/field_type.json +++ b/data/json/field_type.json @@ -635,7 +635,7 @@ "type": "field_type", "legacy_enum_id": 25, "intensity_levels": [ - { "name": "faint glimmer", "color": "blue", "sym": "9", "light_emitted": 4 }, + { "name": "faint glimmer", "color": "blue", "sym": "9" }, { "name": "beam of light", "color": "light_blue" }, { "name": "intense beam of light", "color": "white" } ],