summaryrefslogtreecommitdiff
path: root/npc/functions/resetstatus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/resetstatus.txt')
-rw-r--r--npc/functions/resetstatus.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt
index 4d7d9e09a..e1d290499 100644
--- a/npc/functions/resetstatus.txt
+++ b/npc/functions/resetstatus.txt
@@ -78,13 +78,14 @@ function script ConfirmStatusReset {
// Reset status have an inventorycheck, so we charge later.
.@wasSP = StatusPoint;
StatusResetReinvest();
- Zeny-=.@plush_count;
+
+ // Nothing to do: Do not charge (eg. you just got the fruits back)
if (StatusPoint == .@wasSP) {
speech S_LAST_NEXT,
l("It seems that you have no status points to reset!"),
- l("But the money you brought was really awesome you know."),
l("Come back when you will really need me.");
} else {
+ Zeny-=.@plush_count;
speech S_LAST_NEXT,
l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP),
l("Spend it wisely this time."),