diff options
-rw-r--r-- | npc/014-5-1/sagratha.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 43be21f08..8875d34df 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -14,10 +14,12 @@ function script SaggyScoreUpdate { function script SaggyMobCount { switch (killedrid) { // She gets angry - case Mouboo: case AlphaMouboo: SaggyScoreUpdate(-5); break; + case Mouboo: + SaggyScoreUpdate(-4); + break; case Pollet: case Fluffy: case IcedFluffy: |