diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:44:22 -0300 |
commit | 00307ecae2cb0a3655195e7c2b93df78b1489d4e (patch) | |
tree | 1b04d0511f91dff8e2df46fec978ccd7e2d5cbb8 /npc/015-8-1 | |
parent | c410645a87c853bec8f746119ed6c1ae1b405b3a (diff) | |
download | serverdata-00307ecae2cb0a3655195e7c2b93df78b1489d4e.tar.gz serverdata-00307ecae2cb0a3655195e7c2b93df78b1489d4e.tar.bz2 serverdata-00307ecae2cb0a3655195e7c2b93df78b1489d4e.tar.xz serverdata-00307ecae2cb0a3655195e7c2b93df78b1489d4e.zip |
All defeat conditions for Sagratha are here :>
Diffstat (limited to 'npc/015-8-1')
-rw-r--r-- | npc/015-8-1/campaign.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt index 037c8c93f..4c748e9b6 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -76,6 +76,8 @@ OnS04: // Objective announce mapannounce(.@m$, "##2"+l("Victory Conditions: Defeat the assassin!"), 0); + mapannounce(.@m$, "##1"+l("Defeat Conditions: Your death!"), 0); + mapannounce(.@m$, "##1"+l("Defeat Conditions: Time run out!"), 0); mapannounce(.@m$, "##1"+l("Defeat Conditions: Sagratha gets killed!"), 0); // Status cleanup |