From eec1826e60930e33c1f6b78fb225b4b4f17606c8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 25 Aug 2019 21:35:24 -0300 Subject: Sagratha point loss: Be less severe --- npc/014-5-1/sagratha.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') 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: -- cgit v1.2.3-60-g2f50