From e5a09b720f7dd41c669066b0aeec04f30e3f0258 Mon Sep 17 00:00:00 2001 From: ForPeace-Wesnoth <54529536+ForPeace-Wesnoth@users.noreply.github.com> Date: Tue, 27 Aug 2019 14:47:00 +0200 Subject: [PATCH] remove bonus objective once it's completed --- .../scenarios/19b_Swamp_Of_Dread.cfg | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg b/data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg index 9037324159d..c2d227fbcd9 100644 --- a/data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg +++ b/data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg @@ -288,6 +288,36 @@ variable=Lich_store [/unstore_unit] {CLEAR_VARIABLE Lich_store} + [objectives] + side=1 + [objective] + description= _ "Defeat the Lich-Lord Aimucasur" + condition=win + [/objective] + [objective] + description= _ "Death of Konrad" + condition=lose + [/objective] + [objective] + description= _ "Death of Delfador" + condition=lose + [/objective] + [objective] + description= _ "Death of Li’sar" + condition=lose + [/objective] + [objective] + description= _ "Death of Kalenz" + condition=lose + [/objective] + + {TURNS_RUN_OUT} + + [gold_carryover] + bonus=yes + carryover_percentage=40 + [/gold_carryover] + [/objectives] [/then] [/if] [/event]