diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-25 21:35:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-25 21:35:24 -0300 |
commit | eec1826e60930e33c1f6b78fb225b4b4f17606c8 (patch) | |
tree | 3076ffa1061ad8d49faeb761d36b4b10a021d516 /npc/014-5-1/sagratha.txt | |
parent | 0ab1372918eb9dfe07378479dd49c7b0f8068272 (diff) | |
download | serverdata-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/sagratha.txt')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 8 |
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: |