diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-05 13:34:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-05 13:34:27 -0300 |
commit | feac78520c665e5ccf9a050ae267b8d63537d8c0 (patch) | |
tree | 732f05a636c9aff4b03dc9c57c75a2fc44eb98d7 /npc/014-5-1/sagratha.txt | |
parent | d5af60f7b1c30fa186bd8b51c71fedd2071034ea (diff) | |
download | serverdata-feac78520c665e5ccf9a050ae267b8d63537d8c0.tar.gz serverdata-feac78520c665e5ccf9a050ae267b8d63537d8c0.tar.bz2 serverdata-feac78520c665e5ccf9a050ae267b8d63537d8c0.tar.xz serverdata-feac78520c665e5ccf9a050ae267b8d63537d8c0.zip |
Wyara and Sagratha - scores about wildlife.
Diffstat (limited to 'npc/014-5-1/sagratha.txt')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 64ba70132..71e0ccf50 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -33,6 +33,7 @@ function script SaggyMobCount { case LofSquirrel: case FrozenSquirrel: case FairysSquirrel: + case MananaTree: SaggyScoreUpdate(-1); break; @@ -41,9 +42,9 @@ function script SaggyMobCount { case WickedMushroom: case Bluepar: case BlackScorpion: - case AngryScorpion: - case AngryRedScorpion: - SaggyScoreUpdate(any(0,0,1)); + case Bandit: + case RobinBandit: + SaggyScoreUpdate(any(0,0,0,0,1)); break; } return; |