diff options
Diffstat (limited to 'npc')
-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 35cef5faa..cd8e1b6c1 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -151,7 +151,7 @@ function script SaggyMobCount { inventoryplace Milk, 2; SAGRATHA_SCORE-=8; // :o SAGRATHA_MILK=gettimeparam(GETTIME_HOUR)+4; - getitem Milk, 2; + getitem Milk, any(1,1,1,1,1,1,2); mesn; mesq l("Here. You know that milking Mouboos won't cause them harm, right? It's a different story with @@.", getitemlink(MoubooSteak)); close; |