From 2391e96dc91cd0730359ac40d9f6c7b8ad4ef3c2 Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Thu, 17 Feb 2022 16:18:31 +0000 Subject: [PATCH] Clarify mission: Bring 10 plastic sheets The item is called "plastic sheet", not "large plastic sheet". Using the name of the item as it appears in the UI should reduce player confusion. --- data/json/npcs/refugee_center/beggars/BEGGAR_2_Dino_Dave.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/npcs/refugee_center/beggars/BEGGAR_2_Dino_Dave.json b/data/json/npcs/refugee_center/beggars/BEGGAR_2_Dino_Dave.json index fcd043b4c9729..4b10b01e6e904 100644 --- a/data/json/npcs/refugee_center/beggars/BEGGAR_2_Dino_Dave.json +++ b/data/json/npcs/refugee_center/beggars/BEGGAR_2_Dino_Dave.json @@ -311,7 +311,7 @@ { "id": "MISSION_BEGGAR_2_PLASTIC_SHEET", "type": "mission_definition", - "name": { "str": "Bring 10 large plastic sheets" }, + "name": { "str": "Bring 10 plastic sheets" }, "difficulty": 1, "value": 0, "goal": "MGOAL_FIND_ITEM",