diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-26 19:32:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-26 19:32:53 -0300 |
commit | 6f622b30127710caf6b4dfcfb9aed5e17643013f (patch) | |
tree | 50fe42f45bdd03de41d002d25ce4567071e1ae39 /npc | |
parent | b3baf8b7e1de7443cf5c518503dafbae7ed5926f (diff) | |
download | serverdata-6f622b30127710caf6b4dfcfb9aed5e17643013f.tar.gz serverdata-6f622b30127710caf6b4dfcfb9aed5e17643013f.tar.bz2 serverdata-6f622b30127710caf6b4dfcfb9aed5e17643013f.tar.xz serverdata-6f622b30127710caf6b4dfcfb9aed5e17643013f.zip |
Prevent Crazyfefe from completing the campaign if he kills Sagratha
Diffstat (limited to 'npc')
-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 36fc39eee..ce1884d78 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -245,6 +245,8 @@ OnSW05: OnSW06: .@m$=getmap(); .@n$=instance_npcname(.name$); + if (getq(HurnscaldQuest_Sagratha) < 5) + end; mesn l("Sagratha"); mesq l("@@, we should leave here now.", strcharinfo(0)); |