From 8c2405fdb990ee724048a068a1ca61f43fd4d7ec Mon Sep 17 00:00:00 2001 From: BevapDin Date: Sat, 21 Dec 2019 19:40:12 +0100 Subject: [PATCH] Fix missing "context" member in "json_flag" objects --- data/json/flags.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/json/flags.json b/data/json/flags.json index d61ab7c6c3ea1..b95695769f0ec 100644 --- a/data/json/flags.json +++ b/data/json/flags.json @@ -7,6 +7,7 @@ }, { "id": "EFFECT_INVISIBLE", + "context": [ ], "type": "json_flag" }, { @@ -70,6 +71,7 @@ }, { "id": "EFFECT_NIGHT_VISION", + "context": [ ], "type": "json_flag" }, { @@ -144,6 +146,7 @@ { "id": "ETHEREAL_ITEM", "type": "json_flag", + "context": [ ], "info": "This item disappears as soon as its timer runs out whether it is food or not." }, { @@ -680,38 +683,47 @@ }, { "id": "EFFECT_FEATHER_FALL", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_BIO_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_BASH_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_CUT_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_ACID_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_STAB_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_HEAT_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "EFFECT_COLD_IMMUNE", + "context": [ ], "type": "json_flag" }, { "id": "ELECTRIC_IMMUNE", + "context": [ ], "type": "json_flag" }, {