diff options
Diffstat (limited to 'npc/015-8-1/campaign.txt')
-rw-r--r-- | npc/015-8-1/campaign.txt | 11 |
1 files changed, 6 insertions, 5 deletions
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: |