diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-12 18:18:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-12 18:18:24 -0300 |
commit | 20b2aa3d59801afb86b4b1b17e8768949842d6ba (patch) | |
tree | 79af8ab32e9c55d67dada554076c412bd6113dcb /npc/014-5-1/sagratha.txt | |
parent | 233d7dfc487303afc48eae2f9e99f08f10e3cf80 (diff) | |
download | serverdata-20b2aa3d59801afb86b4b1b17e8768949842d6ba.tar.gz serverdata-20b2aa3d59801afb86b4b1b17e8768949842d6ba.tar.bz2 serverdata-20b2aa3d59801afb86b4b1b17e8768949842d6ba.tar.xz serverdata-20b2aa3d59801afb86b4b1b17e8768949842d6ba.zip |
Obtaining Milk from Sagratha is not supposed to require perfection
Diffstat (limited to 'npc/014-5-1/sagratha.txt')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 9255d727a..6b727f4e3 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -152,7 +152,7 @@ function script SaggyMobCount { close; // XXX: Mouboo Milk case 2: - if (SAGRATHA_SCORE < 50) { + if (SAGRATHA_SCORE < 45) { mesn; mesq l("You don't need, nor deserve it."); next; |