diff options
-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; |