From 25f8f0141c1db9c04fc19061a7048d003b38071d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 6 Jun 2019 10:21:34 -0300 Subject: Don't be so nasty with killing Mouboos on Sagratha --- npc/014-5-1/sagratha.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3-60-g2f50