summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/014-5-1/sagratha.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index 5ac046a61..e5f31475c 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -15,20 +15,20 @@ function script SaggyMobCount {
switch (killedrid) {
// She gets angry
case AlphaMouboo:
- SaggyScoreUpdate(-5);
+ SaggyScoreUpdate(-3);
break;
case Mouboo:
- SaggyScoreUpdate(-4);
+ SaggyScoreUpdate(any(-2, -3));
break;
case Pollet:
case Fluffy:
case IcedFluffy:
- SaggyScoreUpdate(-3);
+ SaggyScoreUpdate(any(-1, -2, -3));
break;
case PoisonSpikyMushroom:
case LogHead:
case ForestMushroom:
- SaggyScoreUpdate(-2);
+ SaggyScoreUpdate(any(-1, -2));
break;
case Squirrel:
case SpringSquirrel: