diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 22:59:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 22:59:09 -0300 |
commit | b0733f7b5606d7750516eddd10c956541ec1c4f9 (patch) | |
tree | e42aa2b9a4a7a237defc0b635117fdc2464d3bb7 /npc/012-4 | |
parent | 8a445cbe1b05c63b4b8d4285b69ffe93cb208ffd (diff) | |
download | serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.tar.gz serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.tar.bz2 serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.tar.xz serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.zip |
1 - I don't care to verify if getmapxy() failed. 2 - Sagratha score change.
3 - Fix bug on Acorns.
Diffstat (limited to 'npc/012-4')
-rw-r--r-- | npc/012-4/wyara.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index cf0c29cc2..87f75b8c9 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -30,6 +30,7 @@ L_Menu: rif(getq(HurnscaldQuest_InjuriedMouboo) == 2,l("Do you know how to break curses?")), rif(.@s == 1 && .@s3,l("Sagratha was not home.")), rif(.@s == 2,l("About Sagratha...")), + // rif(SAGRATHA_SCORE < 0, l("Sagratha hates my guts.")), // Plant trees rif(.@n >= 6,l("I am in dire need of Return Potions!")), lg("You are weird, I have to go sorry."); |