diff options
Diffstat (limited to 'npc/014-5-1/sagratha.txt')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 7 |
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; |