From c410645a87c853bec8f746119ed6c1ae1b405b3a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jun 2019 16:40:54 -0300 Subject: Failing to protect sagratha now works, it is the main defeat condition --- npc/015-8-1/campaign.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/015-8-1/campaign.txt') diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt index 2e7b7b3ce..037c8c93f 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -86,17 +86,18 @@ OnS04: // Assassin, HoodedNinja, HoodedAssassin (boss) // Mouboo, ForestMushroom, Fluffy, Sagratha (boss) OnSagrathaDie: - npctalk "Defeat"; + npctalk "Defeat!"; + dispbottom l("You failed to protect Sagratha..."); // and will need to start the quest again..."); + setq1 HurnscaldQuest_Sagratha, 3; + setq3 HurnscaldQuest_Sagratha, 0; + percentheal -100, -100; end; OnSagrathaWin: - npctalk "Victory"; + npctalk "Victory!"; end; OnError: - //unittalk(.SAGRATHA, l("Watch out!")); - //debugmes "Error"; - //npctalk "Error"; end; OnInit: -- cgit v1.2.3-60-g2f50