From 436d9cd1ba67035e5fc97ab8db33e2d31b05d573 Mon Sep 17 00:00:00 2001 From: Milopetilo <78963720+Milopetilo@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:04:47 +0200 Subject: [PATCH] Change the mission --- data/json/starting_missions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/starting_missions.json b/data/json/starting_missions.json index 59f877fa95ce5..3f383c14188de 100644 --- a/data/json/starting_missions.json +++ b/data/json/starting_missions.json @@ -635,11 +635,11 @@ "id": "MISSION_INFECTED_START_FIND_ANTIBIOTICS", "type": "mission_definition", "name": { "str": "Find Antibiotics Before You Die!" }, - "goal": "MGOAL_FIND_ITEM", + "goal": "MGOAL_CONDITION", + "goal_condition": { "or": [ { "u_has_item": "strong_antibiotic" }, { "u_has_item": "antibiotic" }, { "u_has_item": "weak_antibiotic" } ] }, "difficulty": 1, "value": 0, - "origins": [ "ORIGIN_GAME_START" ], - "item": "antibiotics" + "origins": [ "ORIGIN_GAME_START" ] }, { "id": "MISSION_HELICOPTER_REFUEL",