summaryrefslogtreecommitdiff
path: root/npc/014-5-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-25 21:35:24 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-25 21:35:24 -0300
commiteec1826e60930e33c1f6b78fb225b4b4f17606c8 (patch)
tree3076ffa1061ad8d49faeb761d36b4b10a021d516 /npc/014-5-1
parent0ab1372918eb9dfe07378479dd49c7b0f8068272 (diff)
downloadserverdata-eec1826e60930e33c1f6b78fb225b4b4f17606c8.tar.gz
serverdata-eec1826e60930e33c1f6b78fb225b4b4f17606c8.tar.bz2
serverdata-eec1826e60930e33c1f6b78fb225b4b4f17606c8.tar.xz
serverdata-eec1826e60930e33c1f6b78fb225b4b4f17606c8.zip
Sagratha point loss: Be less severe
Diffstat (limited to 'npc/014-5-1')
-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: