summaryrefslogtreecommitdiff
path: root/npc/014-5-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 22:59:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 22:59:09 -0300
commitb0733f7b5606d7750516eddd10c956541ec1c4f9 (patch)
treee42aa2b9a4a7a237defc0b635117fdc2464d3bb7 /npc/014-5-1
parent8a445cbe1b05c63b4b8d4285b69ffe93cb208ffd (diff)
downloadserverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.tar.gz
serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.tar.bz2
serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.tar.xz
serverdata-b0733f7b5606d7750516eddd10c956541ec1c4f9.zip
1 - I don't care to verify if getmapxy() failed. 2 - Sagratha score change.
3 - Fix bug on Acorns.
Diffstat (limited to 'npc/014-5-1')
-rw-r--r--npc/014-5-1/sagratha.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index d9cf0585b..12e984fa4 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -32,11 +32,14 @@ function script SaggyMobCount {
SaggyScoreUpdate(-2);
break;
- // She gets happy
+ // She may get happy. Who knows.
case ViciousSquirrel:
case WickedMushroom:
case Bluepar:
- SaggyScoreUpdate(1);
+ case BlackScorpion:
+ case AngryScorpion:
+ case AngryRedScorpion:
+ SaggyScoreUpdate(any(0,0,1));
break;
}
return;